summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormalcolm <unknown>2005-03-10 17:23:06 +0000
committermalcolm <unknown>2005-03-10 17:23:06 +0000
commit9cc3315f705cd70d6d1432377a8c2a5d9a81fef4 (patch)
treee3822205ab0fd0fab95d925853a3716bd2d8a09f
parent052a79264e47b6918168edb10f70b553c5045c1f (diff)
downloadhaskell-9cc3315f705cd70d6d1432377a8c2a5d9a81fef4.tar.gz
[project @ 2005-03-10 17:23:06 by malcolm]
Change configuration for nhc98 on Cygwin only.
-rw-r--r--libraries/base/System/Time.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/System/Time.hsc b/libraries/base/System/Time.hsc
index b4a623e605..74293eeeb6 100644
--- a/libraries/base/System/Time.hsc
+++ b/libraries/base/System/Time.hsc
@@ -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