XEmacs 21.4.7 "Economic Science".
[chise/xemacs-chise.git.1] / src / s / sol2.h
index 5ba8bfc..d780f91 100644 (file)
 #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)