diff options
author | Jeremy Allison <jra@samba.org> | 2002-09-17 00:45:39 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-09-17 00:45:39 +0000 |
commit | ad5ab5f5832844dc6eff3f2c72d24eba5e8b4d29 (patch) | |
tree | f174c47a73a5d4402705d2f89fbc70e89610b98f /source3/include | |
parent | 52e22d7384ef86937938b93c18a2460614e60bc6 (diff) | |
download | samba-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/include')
-rw-r--r-- | source3/include/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 7945e49c79..3c56845174 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -288,6 +288,10 @@ #endif #undef LDAP_SET_REBIND_PROC_ARGS +#undef HAVE_SENDFILE +#undef HAVE_SENDFILE64 +#undef LINUX_SENDFILE_API +#undef LINUX_BROKEN_SENDFILE_API /* The number of bytes in a int. */ #undef SIZEOF_INT |