Martin Spott: Use standardized Sun directive.

This commit is contained in:
ehofman 2005-10-06 11:06:27 +00:00
parent fcb20296d7
commit 0035ef9194
2 changed files with 2 additions and 2 deletions

View File

@ -324,7 +324,7 @@
#endif // Native SGI compilers
#if defined ( sun )
#if defined (__sun)
# include <strings.h>
# include <memory.h>
# if defined ( __cplusplus )

View File

@ -530,7 +530,7 @@ time_t sgTimeGetGMT(int year, int month, int day, int hour, int min, int sec)
#else // ! defined ( MK_TIME_IS_GMT )
// timezone seems to work as a proper offset for Linux & Solaris
# if defined( __linux__ ) || defined( __sun__ ) ||defined(__CYGWIN__)
# if defined( __linux__ ) || defined(__sun) ||defined(__CYGWIN__)
# define TIMEZONE_OFFSET_WORKS 1
# endif