X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=91f5df64627f92e10b68ef94a368e0ecc97beb83;hb=c38560410334c59512630ac59f7c0e6330241077;hp=0ddbcb8ece835ecac6e661682501fae2edd72061;hpb=875b2a609ae94365214c7195678485826895d1f6;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index 0ddbcb8..91f5df6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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