diff options
author | Jeremy Allison <jra@samba.org> | 2002-09-17 01:00:03 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-09-17 01:00:03 +0000 |
commit | f74086ccf09e8157419f7c51490dc31effb6ba20 (patch) | |
tree | e3f5bbdd83dfa353486396e3dbf78c08524e4adc /source3/include | |
parent | ad5ab5f5832844dc6eff3f2c72d24eba5e8b4d29 (diff) | |
download | samba-f74086ccf09e8157419f7c51490dc31effb6ba20.tar.gz samba-f74086ccf09e8157419f7c51490dc31effb6ba20.tar.bz2 samba-f74086ccf09e8157419f7c51490dc31effb6ba20.zip |
Attempt to make broken Linux sendfile work.... Still in progress.
Jeremy.
(This used to be commit f956a4d29d0d88cd92fac0f0c9f636fc152afe0a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 3c56845174..119df4dd5b 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -292,6 +292,7 @@ #undef HAVE_SENDFILE64 #undef LINUX_SENDFILE_API #undef LINUX_BROKEN_SENDFILE_API +#undef WITH_SENDFILE /* The number of bytes in a int. */ #undef SIZEOF_INT |