diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-11-15 21:56:14 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-11-15 21:56:14 +0000 |
commit | f85da55c3778632b14cc99b4032db4cf33b54bb6 (patch) | |
tree | e1154b1f4d78c17f0e43d4db79c69b7a0597bb05 /source3/include/config.h.in | |
parent | 1cc2d96caca66eb35e5f6433698d057db242d5f7 (diff) | |
download | samba-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/config.h.in')
-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 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 |