Mercurial > hg > xemacs-beta
comparison src/m/intel386.h @ 398:74fd4e045ea6 r21-2-29
Import from CVS: tag r21-2-29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:13:30 +0200 |
parents | c5d627a313b1 |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
166 | 166 |
167 #ifdef MSDOS | 167 #ifdef MSDOS |
168 #define NO_REMAP | 168 #define NO_REMAP |
169 #endif | 169 #endif |
170 | 170 |
171 #ifdef WINDOWSNT | |
172 #define VIRT_ADDR_VARIES | |
173 #define DATA_END get_data_end () | |
174 #define DATA_START get_data_start () | |
175 #define HAVE_ALLOCA | |
176 #endif | |
177 | |
178 #ifdef linux | 171 #ifdef linux |
179 /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ | 172 /* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */ |
180 /* we cannot get the maximum address for brk */ | 173 /* we cannot get the maximum address for brk */ |
181 #define ULIMIT_BREAK_VALUE (32*1024*1024) | 174 #define ULIMIT_BREAK_VALUE (32*1024*1024) |
182 | 175 |