Mercurial > hg > xemacs-beta
comparison src/s/netbsd.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | 3d3049ae1304 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
15 /* For mem-limits.h. */ | 15 /* For mem-limits.h. */ |
16 #define BSD4_2 | 16 #define BSD4_2 |
17 | 17 |
18 #undef KERNEL_FILE | 18 #undef KERNEL_FILE |
19 #undef LDAV_SYMBOL | 19 #undef LDAV_SYMBOL |
20 #define HAVE_GETLOADAVG | |
21 | 20 |
22 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 21 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
23 | 22 |
24 /* netbsd uses OXTABS instead of the expected TAB3. */ | 23 /* netbsd uses OXTABS instead of the expected TAB3. */ |
25 #define TABDLY OXTABS | 24 #define TABDLY OXTABS |