From ac83900af3b480139f726dd77367702eb80c3c9e Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Fri, 19 Jun 1998 09:43:32 +0000
Subject: [PATCH] [project @ 1998-06-19 09:43:32 by simonm] oops, update
 acconfig.h too.

---
 mk/config.h.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/mk/config.h.in b/mk/config.h.in
index 50f247242387..5ecc8abe2668 100644
--- a/mk/config.h.in
+++ b/mk/config.h.in
@@ -63,12 +63,6 @@
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 #undef WORDS_BIGENDIAN
 
-/* Define if time.h or sys/time.h define the altzone variable */
-#undef HAVE_ALTZONE
-
-/* Define to the type of the timezone variable (usually long or time_t) */
-#undef TYPE_TIMEZONE
-
 /* Define to alignment constraint on doubles or on unsigned int - whichever is the greater */
 #undef ALIGNMENT_DOUBLE
 
@@ -81,9 +75,15 @@
 /* Define to alignment constraint on unsigned int - whichever is the greater */
 #undef ALIGNMENT_UNSIGNED_INT
 
+/* Define if time.h or sys/time.h define the altzone variable */
+#undef HAVE_ALTZONE
+
 /* Define if C Symbols have a leading underscore added by the compiler */
 #undef LEADING_UNDERSCORE
 
+/* Define to the type of the timezone variable (usually long or time_t) */
+#undef TYPE_TIMEZONE
+
 /* The number of bytes in a double.  */
 #undef SIZEOF_DOUBLE
 
-- 
GitLab