comparison src/s/sol2.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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 */
12 26
13 #if OS_RELEASE >= 57 27 #if OS_RELEASE >= 57
14 #define HAVE_GETLOADAVG 28 #define HAVE_GETLOADAVG
15 #endif 29 #endif
16 30