From e311d69b80d3e64a5f26afaa8e4eebd0f3be3cc6 Mon Sep 17 00:00:00 2001 From: simonm Date: Wed, 3 Mar 1999 17:17:05 +0000 Subject: [PATCH] [project @ 1999-03-03 17:17:05 by simonm] temp. hack around timezone problems on solaris. --- ghc/lib/std/cbits/timezone.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc/lib/std/cbits/timezone.h b/ghc/lib/std/cbits/timezone.h index 1473812..e1edf0d 100644 --- a/ghc/lib/std/cbits/timezone.h +++ b/ghc/lib/std/cbits/timezone.h @@ -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 */ @@ -43,6 +43,10 @@ */ #endif +#ifdef solaris2_TARGET_OS +#undef HAVE_TIMEZONE +#endif + #if TIME_WITH_SYS_TIME # include # include -- 1.7.10.4