diff options
author | Jeremy Allison <jra@samba.org> | 2002-09-30 21:14:46 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-09-30 21:14:46 +0000 |
commit | 7dc8aa0854b50242d7ac96c674f5c73111b59e29 (patch) | |
tree | 5e005590b61402e31efc5563595609a72956ebb2 /source3/acconfig.h | |
parent | 834b89cc49dc0be1a7f2b8ed4c6f070cc223896e (diff) | |
download | samba-7dc8aa0854b50242d7ac96c674f5c73111b59e29.tar.gz samba-7dc8aa0854b50242d7ac96c674f5c73111b59e29.tar.bz2 samba-7dc8aa0854b50242d7ac96c674f5c73111b59e29.zip |
Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger@yahoo.com>.
Jeremy.
(This used to be commit 8db4d46dc983ce37814fb375d61951b6220a4c61)
Diffstat (limited to 'source3/acconfig.h')
-rw-r--r-- | source3/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index a5bf16279c..e1bceb1edf 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -230,3 +230,6 @@ #undef FREEBSD_SENDFILE_API #undef HPUX_SENDFILE_API #undef WITH_ADS +#undef HAVE_SENDFILEV +#undef HAVE_SENDFILEV64 +#undef SOLARIS_SENDFILE_API |