[project @ 2002-12-05 23:49:43 by mthomas]
[ghc-hetmet.git] / mk / config.h.in
index 137c17a..b776a11 100644 (file)
 /* Define if RTLD_NOW is available */
 #undef HAVE_RTLDNOW
 
+/* Define if usleep returns void */
+#undef USLEEP_RETURNS_VOID
+
+/*Define if in_addr_t available */
+#undef HAVE_IN_ADDR_T
+
 /* Define if C compiler supports long long types */
 #undef HAVE_LONG_LONG
 
 /* Define if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define if you have the `lchown' function. */
+#undef HAVE_LCHOWN
+
 /* Define if you have the <utime.h> header file. */
 #undef HAVE_UTIME_H
 
 
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const
+
+/* Define if signal.h defines SIGPOLL */
+#undef HAVE_SIGPOLL
+
+/* Define if the HaskellSupport.framework is installed (Mac OS X only) */
+#undef HAVE_FRAMEWORK_HASKELLSUPPORT