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