summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-11-16 01:08:46 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-11-16 01:08:46 +0000
commitf7730e146f86c0b6b0637bc0ed3acf6e29e5ba81 (patch)
tree4e0d878021f93b7d0a3554e5b76f575319e59837 /source3/include
parentc64d762997c80bd9ad2d47d1799cf9ec870d455a (diff)
downloadsamba-f7730e146f86c0b6b0637bc0ed3acf6e29e5ba81.tar.gz
samba-f7730e146f86c0b6b0637bc0ed3acf6e29e5ba81.tar.bz2
samba-f7730e146f86c0b6b0637bc0ed3acf6e29e5ba81.zip
Merge from HEAD: Remove assumption that all solaris has -lsendfile
(This used to be commit 6520592453582c908e4bb5b7c9f9012153df60d2)
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 88e5c9cefc..8ea7c8061b 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