Mercurial > hg > xemacs-beta
comparison src/m/intel386.h @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | a86b2b5e0111 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
150 #define NO_REMAP | 150 #define NO_REMAP |
151 #define TEXT_START 0 | 151 #define TEXT_START 0 |
152 #endif /* USG */ | 152 #endif /* USG */ |
153 #endif /* not XENIX */ | 153 #endif /* not XENIX */ |
154 | 154 |
155 #ifdef MSDOS | |
156 #define NO_REMAP | |
157 #endif | |
158 | |
159 #ifdef linux | 155 #ifdef linux |
160 /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ | 156 /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ |
161 /* we cannot get the maximum address for brk */ | 157 /* we cannot get the maximum address for brk */ |
162 #define ULIMIT_BREAK_VALUE (32*1024*1024) | 158 #define ULIMIT_BREAK_VALUE (32*1024*1024) |
163 | 159 |