diff options
author | Jeremy Allison <jra@samba.org> | 2002-09-30 21:17:18 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-09-30 21:17:18 +0000 |
commit | 4d2d5c4ace09a74420b74f1b9fbee04ecf5fa08b (patch) | |
tree | b8b5daebebae565074a3f561615e39e51b26dd6f /source3/include | |
parent | e5323386143ad9950581b88cc0779ce36dceb6bd (diff) | |
download | samba-4d2d5c4ace09a74420b74f1b9fbee04ecf5fa08b.tar.gz samba-4d2d5c4ace09a74420b74f1b9fbee04ecf5fa08b.tar.bz2 samba-4d2d5c4ace09a74420b74f1b9fbee04ecf5fa08b.zip |
Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger@yahoo.com>.
Jeremy.
(This used to be commit 9c17faefa5cb0ed450578ae5bbcca44e3058bc9b)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 770af1a6b5..f1fab36d87 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -296,6 +296,9 @@ #undef FREEBSD_SENDFILE_API #undef HPUX_SENDFILE_API #undef WITH_ADS +#undef HAVE_SENDFILEV +#undef HAVE_SENDFILEV64 +#undef SOLARIS_SENDFILE_API /* The number of bytes in a int. */ #undef SIZEOF_INT |