summaryrefslogtreecommitdiff
path: root/src/mem-limits.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-05-31 22:25:20 +0000
committerRichard M. Stallman <rms@gnu.org>1993-05-31 22:25:20 +0000
commitcd1168e194b9883a4415e4c5720452885bf44f51 (patch)
tree3c3940cd39c5c1d4a6e9fe5caca9e3676fe6f72f /src/mem-limits.h
parent465791dacd712e6fc1ea521ab5bd4b058eab4df5 (diff)
downloademacs-cd1168e194b9883a4415e4c5720452885bf44f51.tar.gz
[__bsdi__]: Define BSD4_2.
Diffstat (limited to 'src/mem-limits.h')
-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.
GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
+the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU 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. */
#include <sys/resource.h>
#endif
+#ifdef __bsdi__
+#define BSD4_2
+#endif
+
#ifndef BSD4_2
#ifndef USG
#include <sys/vlimit.h>