Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
3369:f7f2e724f501 | 3370:2df248d76c58 |
---|---|
3 | 3 |
4 This file is part of GNU Emacs. | 4 This file is part of GNU Emacs. |
5 | 5 |
6 GNU Emacs is free software; you can redistribute it and/or modify | 6 GNU Emacs is free software; you can redistribute it and/or modify |
7 it under the terms of the GNU General Public License as published by | 7 it under the terms of the GNU General Public License as published by |
8 the Free Software Foundation; either version 1, or (at your option) | 8 the Free Software Foundation; either version 2, or (at your option) |
9 any later version. | 9 any later version. |
10 | 10 |
11 GNU Emacs is distributed in the hope that it will be useful, | 11 GNU Emacs is distributed in the hope that it will be useful, |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | 12 but WITHOUT ANY WARRANTY; without even the implied warranty of |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
19 | 19 |
20 #if defined(__osf__) && (defined(__mips) || defined(mips)) | 20 #if defined(__osf__) && (defined(__mips) || defined(mips)) |
21 #include <sys/time.h> | 21 #include <sys/time.h> |
22 #include <sys/resource.h> | 22 #include <sys/resource.h> |
23 #endif | |
24 | |
25 #ifdef __bsdi__ | |
26 #define BSD4_2 | |
23 #endif | 27 #endif |
24 | 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> |