diff src/mem-limits.h @ 3370:2df248d76c58

[__bsdi__]: Define BSD4_2.
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 May 1993 22:25:20 +0000
parents 6e19d9e130c0
children edf8c9e14e02
line wrap: on
line diff
--- a/src/mem-limits.h	Mon May 31 21:58:25 1993 +0000
+++ b/src/mem-limits.h	Mon May 31 22:25:20 1993 +0000
@@ -5,7 +5,7 @@
 
 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 @@
 #include <sys/resource.h>
 #endif
 
+#ifdef __bsdi__
+#define BSD4_2
+#endif
+
 #ifndef BSD4_2
 #ifndef USG
 #include <sys/vlimit.h>