summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-11-15 21:56:14 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-11-15 21:56:14 +0000
commitf85da55c3778632b14cc99b4032db4cf33b54bb6 (patch)
treee1154b1f4d78c17f0e43d4db79c69b7a0597bb05 /source3/include
parent1cc2d96caca66eb35e5f6433698d057db242d5f7 (diff)
downloadsamba-f85da55c3778632b14cc99b4032db4cf33b54bb6.tar.gz
samba-f85da55c3778632b14cc99b4032db4cf33b54bb6.tar.bz2
samba-f85da55c3778632b14cc99b4032db4cf33b54bb6.zip
Remove the assumption that all Solaris has -lsendfile.
Andrew Bartlett (This used to be commit efa639c5cef51f2ca903c08d2ad19db70ab7206c)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index ebcbc6504e..0f9b585058 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -361,6 +361,9 @@
/* Define to 1 if you have the `security' library (-lsecurity). */
#undef HAVE_LIBSECURITY
+/* Define to 1 if you have the `sendfile' library (-lsendfile). */
+#undef HAVE_LIBSENDFILE
+
/* Define to 1 if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET