[project @ 1997-09-03 23:19:21 by sof]
authorsof <unknown>
Wed, 3 Sep 1997 23:19:29 +0000 (23:19 +0000)
committersof <unknown>
Wed, 3 Sep 1997 23:19:29 +0000 (23:19 +0000)
Added TYPE_TIMEZONE

mk/acconfig.h
mk/config.h.in

index bbe53d4..fba81e6 100644 (file)
@@ -4,3 +4,6 @@
 /* Define this if your time.h defines altzone */
 #undef HAVE_ALTZONE
 
+/* Define as the type of timezone.  */
+#undef TYPE_TIMEZONE
+
index 544ee91..0596c44 100644 (file)
@@ -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