Mercurial > hg > xemacs-beta
diff src/s/sol2.h @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 8eaf7971accc |
children | 74fd4e045ea6 |
line wrap: on
line diff
--- a/src/s/sol2.h Mon Aug 13 10:22:10 2007 +0200 +++ b/src/s/sol2.h Mon Aug 13 10:23:02 2007 +0200 @@ -24,6 +24,10 @@ #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)