From 2a231d01c0e84bcaa66c6a1304871d12c55e5182 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Wed, 3 Sep 1997 23:19:29 +0000
Subject: [PATCH] [project @ 1997-09-03 23:19:21 by sof] Added TYPE_TIMEZONE

---
 mk/acconfig.h  | 3 +++
 mk/config.h.in | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/mk/acconfig.h b/mk/acconfig.h
index bbe53d498305..fba81e616428 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 544ee91cc62f..0596c444ceb0 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
 
-- 
GitLab