[project @ 2005-03-10 17:23:06 by malcolm] nhc98-1-18-release
authormalcolm <unknown>
Thu, 10 Mar 2005 17:23:06 +0000 (17:23 +0000)
committermalcolm <unknown>
Thu, 10 Mar 2005 17:23:06 +0000 (17:23 +0000)
Change configuration for nhc98 on Cygwin only.

System/Time.hsc

index b4a623e..74293ee 100644 (file)
@@ -104,7 +104,7 @@ module System.Time
 
 #ifdef __NHC__
 #include <time.h>
-#  ifdef __sun
+#  if defined(__sun) || defined(__CYGWIN32__)
 #    define HAVE_TZNAME 1
 #  else
 #    define HAVE_TM_ZONE 1