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 /acconfig.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 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 294da5ce9b..48027d63bf 100644 --- a/acconfig.h +++ b/acconfig.h @@ -54,6 +54,9 @@ /* Define if compiler supports prototypes. */ #define HAVE_PROTOTYPES 0 +/* Define if time.h or sys/time.h define the timezone variable */ +#undef HAVE_TIMEZONE + /* Define if you have the WinExec function. */ #define HAVE_WINEXEC 0 |