From f85da55c3778632b14cc99b4032db4cf33b54bb6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 15 Nov 2002 21:56:14 +0000 Subject: Remove the assumption that all Solaris has -lsendfile. Andrew Bartlett (This used to be commit efa639c5cef51f2ca903c08d2ad19db70ab7206c) --- 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 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 -- cgit