X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.h.in;h=8a4bab41767501affa7708e8c3a0263a2a9aab4c;hb=9546b1bcbb9686370ee67975ebf2791b5c5a97d6;hp=ae303f9254ca8e6b5e8121e8456ff52932a390f3;hpb=fc0b9ac95bcbdfa0f2ef64979fa71a5079bf32c2;p=ghc-hetmet.git diff --git a/mk/config.h.in b/mk/config.h.in index ae303f9..8a4bab4 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -357,6 +357,9 @@ /* Define if the HaskellSupport.framework is installed (Mac OS X only) */ #undef HAVE_FRAMEWORK_HASKELLSUPPORT +/* Define if gcc supports -mno-omit-leaf-frame-pointer */ +#undef HAVE_GCC_MNO_OMIT_LFPTR + /* Define if you have the GetModuleFileName function. */ #undef HAVE_GETMODULEFILENAME @@ -390,6 +393,12 @@ /* 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 @@ -411,6 +420,12 @@ /* Define if readline has version >= 4.2. */ #undef HAVE_READLINE_4_2 +/* Define if defines _SC_GETGR_R_SIZE_MAX */ +#undef HAVE_SC_GETGR_R_SIZE_MAX + +/* Define if defines _SC_GETPW_R_SIZE_MAX */ +#undef HAVE_SC_GETPW_R_SIZE_MAX + /* Define if you have the sigpoll() function */ #undef HAVE_SIGPOLL @@ -516,6 +531,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 @@ -572,6 +590,9 @@ */ #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: @@ -781,6 +802,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 @@ -946,6 +970,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 @@ -1075,11 +1102,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 defines _SC_GETGR_R_SIZE_MAX */ -#undef HAVE_SC_GETGR_R_SIZE_MAX - -/* Define if defines _SC_GETPW_R_SIZE_MAX */ -#undef HAVE_SC_GETPW_R_SIZE_MAX +/* 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