diff options
author | sof <unknown> | 1999-02-08 11:16:20 +0000 |
---|---|---|
committer | sof <unknown> | 1999-02-08 11:16:20 +0000 |
commit | a4e862781f6c0ccab87da15034cb997ab2385c89 (patch) | |
tree | 15c8955444da53dadd073355a421eb0adedefb0b /ghc/lib/std/cbits/timezone.h | |
parent | f09ea13391284a58118051b6b02d74eff1210e2f (diff) | |
download | haskell-a4e862781f6c0ccab87da15034cb997ab2385c89.tar.gz |
[project @ 1999-02-08 11:16:17 by sof]
Added `timezone' config test.
Diffstat (limited to 'ghc/lib/std/cbits/timezone.h')
-rw-r--r-- | ghc/lib/std/cbits/timezone.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/lib/std/cbits/timezone.h b/ghc/lib/std/cbits/timezone.h index 5050342c8d..65f69e3b2f 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.4 1999/02/05 14:34:05 sof Exp $ + * $Id: timezone.h,v 1.5 1999/02/08 11:16:20 sof Exp $ * * Time-zone support header */ @@ -57,7 +57,7 @@ extern char *tzname[2]; # endif /* ! HAVE_TZNAME */ /* Get the offset in secs from UTC, if (struct tm) doesn't supply it. */ -#ifndef cygwin32_TARGET_OS +#ifndef HAVE_TIMEZONE extern TYPE_TIMEZONE timezone; #endif |