[project @ 1998-04-16 10:03:50 by sof]
[ghc-hetmet.git] / mk / config.h.in
index e2a88cc..e169f69 100644 (file)
@@ -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
 
 /* Define if you have extern char *tzname[2].  */
 #undef HAVE_TZNAME
 
+/* Define this if your time.h defines altzone */
+#undef HAVE_ALTZONE
+
+/* sizeof(unsigned int) */
+#undef SIZEOF_UNSIGNED_INT
+
+/* sizeof(long) */
+#undef SIZEOF_LONG
+
+/* sizeof(void *) */
+#undef SIZEOF_VOID_P
+
+/* sizeof(float) */
+#undef SIZEOF_FLOAT
+
+/* sizeof(double) */
+#undef SIZEOF_DOUBLE
+
+/* minimum alignment of unsigned int */
+#undef ALIGNMENT_UNSIGNED_INT
+
+/* minimum alignment of long */
+#undef ALIGNMENT_LONG
+
+/* minimum alignment of float */
+#undef ALIGNMENT_FLOAT
+
+/* minimum alignment of double */
+#undef ALIGNMENT_DOUBLE
+
+/* need a leading underscore? */
+#undef LEADING_UNDERSCORE