X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=51979e0de24ee64b68d79a86518546802bcfd2a0;hb=a08aa16ae39b5fc2f4541e9fd33009a5288ba0ae;hp=33a2256d32400cfe41e25e7229a89de453502d71;hpb=7a156bdfc2b3ba1b406f96a3a68abb0d076410b0;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index 33a2256..51979e0 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