X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=c6a17ae4f1104b1dc87fccc1a89cbc1ba13834ae;hb=9e6162f9d0102d1f5738bf78258b24ea5a647ea4;hp=33a2256d32400cfe41e25e7229a89de453502d71;hpb=7a156bdfc2b3ba1b406f96a3a68abb0d076410b0;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index 33a2256..c6a17ae 100644 --- a/acconfig.h +++ b/acconfig.h @@ -393,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 @@ -525,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 @@ -581,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: