[project @ 1999-03-03 17:17:05 by simonm]
authorsimonm <unknown>
Wed, 3 Mar 1999 17:17:05 +0000 (17:17 +0000)
committersimonm <unknown>
Wed, 3 Mar 1999 17:17:05 +0000 (17:17 +0000)
temp. hack around timezone problems on solaris.

ghc/lib/std/cbits/timezone.h

index 1473812..e1edf0d 100644 (file)
@@ -1,7 +1,7 @@
 /* 
  * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
  *
- * $Id: timezone.h,v 1.7 1999/03/02 20:14:02 sof Exp $
+ * $Id: timezone.h,v 1.8 1999/03/03 17:17:05 simonm Exp $
  *
  * Time-zone support header
  */
  */
 #endif
 
+#ifdef solaris2_TARGET_OS
+#undef HAVE_TIMEZONE
+#endif
+
 #if TIME_WITH_SYS_TIME
 # include <sys/time.h>
 # include <time.h>