From: sof Date: Wed, 3 Sep 1997 23:19:29 +0000 (+0000) Subject: [project @ 1997-09-03 23:19:21 by sof] X-Git-Tag: Approximately_1000_patches_recorded~73 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2a231d01c0e84bcaa66c6a1304871d12c55e5182 [project @ 1997-09-03 23:19:21 by sof] Added TYPE_TIMEZONE --- diff --git a/mk/acconfig.h b/mk/acconfig.h index bbe53d4..fba81e6 100644 --- a/mk/acconfig.h +++ b/mk/acconfig.h @@ -4,3 +4,6 @@ /* Define this if your time.h defines altzone */ #undef HAVE_ALTZONE +/* Define as the type of timezone. */ +#undef TYPE_TIMEZONE + diff --git a/mk/config.h.in b/mk/config.h.in index 544ee91..0596c44 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -6,6 +6,9 @@ /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE +/* Define as the type of timezone. */ +#undef TYPE_TIMEZONE + /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS