[project @ 1998-03-03 17:30:14 by simonm]
[ghc-hetmet.git] / mk / config.h.in
index 0596c44..6eac388 100644 (file)
 
 /* Define this if your time.h defines altzone */
 #undef HAVE_ALTZONE
+
+/* sizeof(int) */
+#undef SIZEOF_INT
+
+/* sizeof(long) */
+#undef SIZEOF_LONG
+
+/* sizeof(void *) */
+#undef SIZEOF_VOID_P