[project @ 2003-07-24 07:45:09 by simonpj]
[ghc-hetmet.git] / mk / config.h.in
index 9334929..91e5374 100644 (file)
 /* Define if usleep returns void */
 #undef USLEEP_RETURNS_VOID
 
+/* Define if it looks like a Linux sendfile(2) implementation */
+#undef HAVE_LINUX_SENDFILE
+
+/* Define if it looks like a BSDish sendfile(2) implementation */
+#undef HAVE_BSD_SENDFILE
+
 /* Define if C compiler supports long long types */
 #undef HAVE_LONG_LONG
 
 /* Define to Haskell type for ptrdiff_t */
 #undef HTYPE_PTRDIFF_T
 
+/* Define to Haskell type for rlim_t */
+#undef HTYPE_RLIM_T
+
 /* Define to Haskell type for short */
 #undef HTYPE_SHORT
 
  */
 #undef VOID_INT_SIGNALS
  
+/* Define if you want to include .NET interop support. */
+#undef WANT_DOTNET_SUPPORT
+
 \f
 /* Leave that blank line there!!  Autoheader needs it.
    If you're adding to this file, keep in mind:
 /* Define to 1 if you have the `realpath' function. */
 #undef HAVE_REALPATH
 
+/* Define to 1 if you have the `setenv' function. */
+#undef HAVE_SETENV
+
 /* Define to 1 if you have the `setitimer' function. */
 #undef HAVE_SETITIMER
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the `unsetenv' function. */
+#undef HAVE_UNSETENV
+
 /* Define to 1 if you have the <utime.h> header file. */
 #undef HAVE_UTIME_H
 
 /* Define to 1 if the X Window System is missing or not being used. */
 #undef X_DISPLAY_MISSING
 
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* Define for large files, on AIX-style hosts. */
+#undef _LARGE_FILES
+
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const