diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-11-16 01:08:46 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-11-16 01:08:46 +0000 |
commit | f7730e146f86c0b6b0637bc0ed3acf6e29e5ba81 (patch) | |
tree | 4e0d878021f93b7d0a3554e5b76f575319e59837 /source3/include | |
parent | c64d762997c80bd9ad2d47d1799cf9ec870d455a (diff) | |
download | samba-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.in | 3 |
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 |