From: simonm Date: Wed, 3 Mar 1999 17:17:05 +0000 (+0000) Subject: [project @ 1999-03-03 17:17:05 by simonm] X-Git-Tag: Approximately_9120_patches~6439 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e311d69b80d3e64a5f26afaa8e4eebd0f3be3cc6;p=ghc-hetmet.git [project @ 1999-03-03 17:17:05 by simonm] temp. hack around timezone problems on solaris. --- 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