From ef68e6ca4bace373228566ef68590d9ff3eb1144 Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 13 Jun 1997 16:46:11 +0000 Subject: [PATCH] [project @ 1997-06-13 16:46:11 by sof] Add entry for HAVE_ALTZONE --- mk/config.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mk/config.h.in b/mk/config.h.in index e2a88cc..544ee91 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -183,3 +183,5 @@ /* Define if you have extern char *tzname[2]. */ #undef HAVE_TZNAME +/* Define this if your time.h defines altzone */ +#undef HAVE_ALTZONE -- 1.7.10.4