[project @ 1998-01-14 16:09:10 by sof]
[ghc-hetmet.git] / mk / config.h.in
index 61354bd..0596c44 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
 
@@ -84,6 +87,9 @@
 /* Define if you have the <pwd.h> header file.  */
 #undef HAVE_PWD_H
 
+/* Define if you have the <readline/readline.h> header file. */
+#undef HAVE_READLINE_READLINE_H
+
 /* Define if you have the <siginfo.h> header file.  */
 #undef HAVE_SIGINFO_H
 
 /* Define if you have extern char *tzname[2].  */
 #undef HAVE_TZNAME
 
+/* Define this if your time.h defines altzone */
+#undef HAVE_ALTZONE