Mercurial > hg > xemacs-beta
comparison src/s/freebsd.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 | 14227e8a3f1f |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
19 /* These aren't needed, since we have getloadavg. */ | 19 /* These aren't needed, since we have getloadavg. */ |
20 #undef KERNEL_FILE | 20 #undef KERNEL_FILE |
21 #undef LDAV_SYMBOL | 21 #undef LDAV_SYMBOL |
22 | 22 |
23 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 23 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
24 | |
25 #define INTERRUPTIBLE_OPEN | |
24 | 26 |
25 #define LIBS_DEBUG | 27 #define LIBS_DEBUG |
26 /* FreeBSD 2.2 or later */ | 28 /* FreeBSD 2.2 or later */ |
27 #ifndef __FreeBSD_version | 29 #ifndef __FreeBSD_version |
28 #include <osreldate.h> | 30 #include <osreldate.h> |
93 #endif /* __FreeBSD__ */ | 95 #endif /* __FreeBSD__ */ |
94 #endif /* NO_SHARED_LIBS */ | 96 #endif /* NO_SHARED_LIBS */ |
95 | 97 |
96 #endif /* not __ELF__ */ | 98 #endif /* not __ELF__ */ |
97 | 99 |
98 #define HAVE_GETLOADAVG | |
99 /* #define NO_TERMIO */ /* detected in configure */ | 100 /* #define NO_TERMIO */ /* detected in configure */ |
100 #define DECLARE_GETPWUID_WITH_UID_T | 101 #define DECLARE_GETPWUID_WITH_UID_T |
101 | 102 |
102 /* freebsd uses OXTABS instead of the expected TAB3. */ | 103 /* freebsd uses OXTABS instead of the expected TAB3. */ |
103 #define TABDLY OXTABS | 104 #define TABDLY OXTABS |