Mercurial > hg > xemacs-beta
comparison src/s/sol2.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 | 11cf20601dec |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
397:f4aeb21a5bad | 398:74fd4e045ea6 |
---|---|
7 #endif | 7 #endif |
8 | 8 |
9 #ifndef USG5_4 | 9 #ifndef USG5_4 |
10 #define USG5_4 | 10 #define USG5_4 |
11 #endif | 11 #endif |
12 | |
13 #undef _POSIX_C_SOURCE | |
14 | |
15 #if OS_RELEASE > 54 | |
16 /* There were some bugs with preprocessor symbol interaction, which | |
17 were not fixed until 2.5. */ | |
18 #define __EXTENSIONS__ 1 | |
19 | |
20 #undef _XOPEN_SOURCE | |
21 #define _XOPEN_SOURCE 1 | |
22 | |
23 #undef _XOPEN_SOURCE_EXTENDED | |
24 #define _XOPEN_SOURCE_EXTENDED 1 | |
25 #endif /* > Solaris 2.4 */ | |
26 | 12 |
27 #if OS_RELEASE >= 57 | 13 #if OS_RELEASE >= 57 |
28 #define HAVE_GETLOADAVG | 14 #define HAVE_GETLOADAVG |
29 #endif | 15 #endif |
30 | 16 |