Mercurial > emacs
changeset 3370:2df248d76c58
[__bsdi__]: Define BSD4_2.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 May 1993 22:25:20 +0000 |
parents | f7f2e724f501 |
children | fe452e556782 |
files | src/mem-limits.h |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
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>