X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fs%2Fsol2.h;h=d780f916e1a9d0dc30314d3ab061da60c3c3b9b9;hb=aa982acf01b4e35675a624d78c9e5ee109c1203e;hp=5ba8bfce63e939148b737f225f6fb9e282c2fc87;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git diff --git a/src/s/sol2.h b/src/s/sol2.h index 5ba8bfc..d780f91 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -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)