From: simonm Date: Fri, 19 Jun 1998 09:43:32 +0000 (+0000) Subject: [project @ 1998-06-19 09:43:32 by simonm] X-Git-Tag: Approx_2487_patches~567 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ac83900af3b480139f726dd77367702eb80c3c9e;p=ghc-hetmet.git [project @ 1998-06-19 09:43:32 by simonm] oops, update acconfig.h too. --- diff --git a/mk/config.h.in b/mk/config.h.in index 50f2472..5ecc8ab 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