Mercurial > hg > xemacs-beta
diff src/s/sol2.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 | 6265c9c31f53 |
line wrap: on
line diff
--- a/src/s/sol2.h Mon Aug 13 11:33:40 2007 +0200 +++ b/src/s/sol2.h Mon Aug 13 11:35:02 2007 +0200 @@ -10,24 +10,6 @@ #define USG5_4 #endif -#undef _POSIX_C_SOURCE - -#if OS_RELEASE > 54 -/* There were some bugs with preprocessor symbol interaction, which - were not fixed until 2.5. */ -#define __EXTENSIONS__ 1 - -#undef _XOPEN_SOURCE -#define _XOPEN_SOURCE 1 - -#undef _XOPEN_SOURCE_EXTENDED -#define _XOPEN_SOURCE_EXTENDED 1 -#endif /* > Solaris 2.4 */ - -#if OS_RELEASE >= 57 -#define HAVE_GETLOADAVG -#endif - /* Fix understandable GCC lossage on Solaris 2.6 */ #if defined(__GNUC__) && OS_RELEASE >= 56 && !defined(NOT_C_CODE)