Skip to content
Snippets Groups Projects
Commit ac83900a authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-06-19 09:43:32 by simonm]

oops, update acconfig.h too.
parent d57f417b
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment