diff options
author | Jeremy Allison <jra@samba.org> | 2002-09-17 01:10:47 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-09-17 01:10:47 +0000 |
commit | e8ea0aadbb01d824851dfbf2e9122170791b7226 (patch) | |
tree | c1641a321c63867c5545c50d99fb2c4a791a2cb9 /source3/include | |
parent | f74086ccf09e8157419f7c51490dc31effb6ba20 (diff) | |
download | samba-e8ea0aadbb01d824851dfbf2e9122170791b7226.tar.gz samba-e8ea0aadbb01d824851dfbf2e9122170791b7226.tar.bz2 samba-e8ea0aadbb01d824851dfbf2e9122170791b7226.zip |
Added FreeBSD sendfile configure tests. Richard please test...
Jeremy.
(This used to be commit 6425f169779ce65509b77cf6d5634de24894a965)
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 119df4dd5b..9fbde2bf37 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -293,6 +293,7 @@ #undef LINUX_SENDFILE_API #undef LINUX_BROKEN_SENDFILE_API #undef WITH_SENDFILE +#undef FREEBSD_SENDFILE_API /* The number of bytes in a int. */ #undef SIZEOF_INT |