From ad5ab5f5832844dc6eff3f2c72d24eba5e8b4d29 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 17 Sep 2002 00:45:39 +0000 Subject: Added autoconf detection for sendfile for Linux. lib/sendfile.c code still needs more work. Don't add --with-sendfile-support yet... Jeremy. (This used to be commit c6ece53ac2a7a6115ca1160cf02247d7cc0bbb95) --- source3/acconfig.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/acconfig.h') diff --git a/source3/acconfig.h b/source3/acconfig.h index 11db920e26..141c59bfed 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -222,3 +222,7 @@ #endif #undef LDAP_SET_REBIND_PROC_ARGS +#undef HAVE_SENDFILE +#undef HAVE_SENDFILE64 +#undef LINUX_SENDFILE_API +#undef LINUX_BROKEN_SENDFILE_API -- cgit