Mercurial > hg > xemacs-beta
comparison src/s/386bsd.h @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 376386a54a3c |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
152:4c132ee2d62b | 153:25f70ba0133c |
---|---|
13 #undef KERNEL_FILE | 13 #undef KERNEL_FILE |
14 #define KERNEL_FILE "/386bsd" | 14 #define KERNEL_FILE "/386bsd" |
15 | 15 |
16 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 16 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
17 | 17 |
18 /* Need to use GNU make, as system make has problems */ | |
19 #define MAKE_COMMAND gmake | |
20 #define LIBS_DEBUG | 18 #define LIBS_DEBUG |
21 | 19 |
22 /* For mem-limits.h. */ | 20 /* For mem-limits.h. */ |
23 #define BSD4_2 | 21 #define BSD4_2 |
24 | 22 |