Mercurial > hg > xemacs-beta
comparison src/mem-limits.h @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | c5d627a313b1 |
children | 57709be46d1b |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
60 #include <sys/time.h> | 60 #include <sys/time.h> |
61 #include <sys/resource.h> | 61 #include <sys/resource.h> |
62 #endif | 62 #endif |
63 | 63 |
64 #if defined(__bsdi__) || defined(__NetBSD__) || defined(__linux__) | 64 #if defined(__bsdi__) || defined(__NetBSD__) || defined(__linux__) |
65 #if defined(__linux__) && defined (powerpc) /*Added by Fukui*/ | |
66 #else /*Added by Fukui*/ | |
65 #define BSD4_2 | 67 #define BSD4_2 |
68 #endif /*Added by Fukui*/ | |
66 #endif | 69 #endif |
67 | 70 |
68 #ifndef BSD4_2 | 71 #ifndef BSD4_2 |
69 #ifndef USG | 72 #ifndef USG |
70 #ifndef MSDOS | 73 #ifndef MSDOS |
71 #ifndef WINDOWSNT | 74 #ifndef WINDOWSNT |
72 #ifndef __CYGWIN32__ | 75 #ifndef __CYGWIN32__ |
76 #if defined(__linux__) && defined(powerpc) /*Added Kaoru Fukui*/ | |
77 #else /*Added Kaoru Fukui*/ | |
73 #include <sys/vlimit.h> | 78 #include <sys/vlimit.h> |
79 #endif /*Added by Fukui*/ | |
74 #endif /* not __CYGWIN32__ */ | 80 #endif /* not __CYGWIN32__ */ |
75 #endif /* not WINDOWSNT */ | 81 #endif /* not WINDOWSNT */ |
76 #endif /* not MSDOS */ | 82 #endif /* not MSDOS */ |
77 #endif /* not USG */ | 83 #endif /* not USG */ |
78 #else /* if BSD4_2 */ | 84 #else /* if BSD4_2 */ |