[project @ 2002-12-05 23:49:43 by mthomas]
[ghc-hetmet.git] / mk / config.h.in
index 736f629..b776a11 100644 (file)
 /* Define if we can see RTLD_NEXT in dlfcn.h */
 #undef HAVE_RTLDNEXT
 
+/* Define if RTLD_LOCAL is available */
+#undef HAVE_RTLDLOCAL
+
+/* Define if RTLD_GLOBAL is available */
+#undef HAVE_RTLDGLOBAL
+
+/* 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 WinExec function.  */
 #undef HAVE_WINEXEC
 
+/* Define to Haskell type for blkcnt_t */
+#undef HTYPE_BLKCNT_T
+
 /* Define to Haskell type for cc_t */
 #undef HTYPE_CC_T
 
 /* Define if you have the `mprotect' function. */
 #undef HAVE_MPROTECT
 
+/* Define if struct msghdr contains msg_accrights field */
+#undef HAVE_MSGHDR_MSG_ACCRIGHTS
+
+/* Define if struct msghdr contains msg_control field */
+#undef HAVE_MSGHDR_MSG_CONTROL
+
 /* Define if you have the <netdb.h> header file. */
 #undef HAVE_NETDB_H
 
 /* Define if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H
 
+/* Define if you have the <sys/uio.h> header file. */
+#undef HAVE_SYS_UIO_H
+
 /* Define if you have the <sys/un.h> header file. */
 #undef HAVE_SYS_UN_H
 
 /* 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 if you have the `vsnprintf' function. */
 #undef HAVE_VSNPRINTF
 
+/* Define if you have the mingwex library. */
+#undef HAVE_MINGWEX
+
 /* Define if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_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