X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=5c7e6a32a76119c4c3b77307cada41335fc7b66a;hb=9c75067ef972c8003dede073a68e953ed15c61ad;hp=9334929dd3444c5b273999bc3de4115c0c60e8bf;hpb=7a156bdfc2b3ba1b406f96a3a68abb0d076410b0;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index 9334929..5c7e6a3 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -1,10 +1,10 @@ -/* mk/config.h.in. Generated from configure.in by autoheader. */ +/* mk/config.h.in. Generated from configure.ac by autoheader. */ /* acconfig.h Descriptive text for the C preprocessor macros that the fptools configuration script can define. The current version may not use all of them; autoheader copies the ones - your configure.in uses into your configuration header file templates. + your configure.ac uses into your configuration header file templates. The entries are in sort -df order: alphabetical, case insensitive, ignoring punctuation (such as underscores). Although this order @@ -348,8 +348,9 @@ /* The value of EXDEV. */ #undef CCONST_EXDEV -/* Define if time.h or sys/time.h define the altzone variable */ -#undef HAVE_ALTZONE +/* Define to 1 if you have the declaration of `altzone', and to 0 if you + don't. */ +#undef HAVE_DECL_ALTZONE /* Define if you have /bin/sh */ #undef HAVE_BIN_SH @@ -393,15 +394,18 @@ /* 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 if fcntl.h defines O_BINARY */ #undef HAVE_O_BINARY -/* Define if compiler supports prototypes. */ -#undef HAVE_PROTOTYPES - /* Define if readline/readline.h and readline/history.h exist */ #undef HAVE_READLINE_HEADERS @@ -423,9 +427,6 @@ /* Define if you have the sigpoll() function */ #undef HAVE_SIGPOLL -/* Define if time.h or sys/time.h define the timezone variable */ -#undef HAVE_TIMEZONE - /* Define if you support the production (and use) of Win32 DLLs. */ #undef HAVE_WIN32_DLL_SUPPORT @@ -525,6 +526,9 @@ /* 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 @@ -573,14 +577,14 @@ /* Define if C Symbols have a leading underscore added by the compiler */ #undef LEADING_UNDERSCORE -/* Define to the type of the timezone variable (usually long or time_t) */ -#undef TYPE_TIMEZONE - /* Define if signal handlers have type void (*)(int) * (Otherwise, they're assumed to have type int (*)(void).) */ #undef VOID_INT_SIGNALS +/* Define if you want to include .NET interop support. */ +#undef WANT_DOTNET_SUPPORT + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: @@ -790,6 +794,9 @@ /* 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 @@ -955,6 +962,9 @@ /* Define to 1 if you have the 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 header file. */ #undef HAVE_UTIME_H @@ -1084,5 +1094,14 @@ /* 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 + +/* Define if we want to use Apple's OpenGL for the Quartz Display System on Mac OS X (instead of X11) */ +#undef USE_QUARTZ_OPENGL