diff --git a/mk/config.h.in b/mk/config.h.in index 50f2472423876fabcb1232cec86bb0cc046ff2a0..5ecc8abe26686a0cd63e319deb026e97cd1d84d9 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