aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-31 22:25:20 +0000
committerRichard M. Stallman1993-05-31 22:25:20 +0000
commitcd1168e194b9883a4415e4c5720452885bf44f51 (patch)
tree3c3940cd39c5c1d4a6e9fe5caca9e3676fe6f72f /src
parent465791dacd712e6fc1ea521ab5bd4b058eab4df5 (diff)
downloademacs-cd1168e194b9883a4415e4c5720452885bf44f51.tar.gz
emacs-cd1168e194b9883a4415e4c5720452885bf44f51.zip
[__bsdi__]: Define BSD4_2.
Diffstat (limited to 'src')
-rw-r--r--src/mem-limits.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mem-limits.h b/src/mem-limits.h
index 31c71dc3e4e..d4e743f6ed2 100644
--- a/src/mem-limits.h
+++ b/src/mem-limits.h
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
5 5
6GNU Emacs is free software; you can redistribute it and/or modify 6GNU Emacs is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by 7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 1, or (at your option) 8the Free Software Foundation; either version 2, or (at your option)
9any later version. 9any later version.
10 10
11GNU Emacs is distributed in the hope that it will be useful, 11GNU Emacs is distributed in the hope that it will be useful,
@@ -22,6 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
22#include <sys/resource.h> 22#include <sys/resource.h>
23#endif 23#endif
24 24
25#ifdef __bsdi__
26#define BSD4_2
27#endif
28
25#ifndef BSD4_2 29#ifndef BSD4_2
26#ifndef USG 30#ifndef USG
27#include <sys/vlimit.h> 31#include <sys/vlimit.h>