From 4d2d5c4ace09a74420b74f1b9fbee04ecf5fa08b Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 30 Sep 2002 21:17:18 +0000 Subject: Added Solaris sendfile patch + configure tests from Pierre Belanger . Jeremy. (This used to be commit 9c17faefa5cb0ed450578ae5bbcca44e3058bc9b) --- source3/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') 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 -- cgit