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