Mercurial > hg > xemacs-beta
comparison src/s/freebsd.h @ 363:972bbb6d6ca2 r21-1-11
Import from CVS: tag r21-1-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:59:28 +0200 |
parents | afd57c14dfc8 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
362:1e474c183006 | 363:972bbb6d6ca2 |
---|---|
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> |