X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=91f5df64627f92e10b68ef94a368e0ecc97beb83;hb=56bcfea3a498c945ef223ecab8f415ee18580724;hp=33a2256d32400cfe41e25e7229a89de453502d71;hpb=e14871c95718caa009caddae10a1e20fbdf32176;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