summaryrefslogtreecommitdiff
path: root/source3/acconfig.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-09-17 00:45:39 +0000
committerJeremy Allison <jra@samba.org>2002-09-17 00:45:39 +0000
commitad5ab5f5832844dc6eff3f2c72d24eba5e8b4d29 (patch)
treef174c47a73a5d4402705d2f89fbc70e89610b98f /source3/acconfig.h
parent52e22d7384ef86937938b93c18a2460614e60bc6 (diff)
downloadsamba-ad5ab5f5832844dc6eff3f2c72d24eba5e8b4d29.tar.gz
samba-ad5ab5f5832844dc6eff3f2c72d24eba5e8b4d29.tar.bz2
samba-ad5ab5f5832844dc6eff3f2c72d24eba5e8b4d29.zip
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)
Diffstat (limited to 'source3/acconfig.h')
-rw-r--r--source3/acconfig.h4
1 files changed, 4 insertions, 0 deletions
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