From: wessels <> Date: Thu, 28 Mar 1996 09:33:33 +0000 (+0000) Subject: configure adjustments X-Git-Tag: SQUID_3_0_PRE1~6361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b4c6f70e24e690b390af1921b42f596bc3e06f;p=thirdparty%2Fsquid.git configure adjustments --- diff --git a/include/autoconf.h.in b/include/autoconf.h.in index d2d8a4a44e..543e287760 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -34,6 +34,12 @@ /* Define if you have the getdtablesize function. */ #undef HAVE_GETDTABLESIZE +/* Define if you have the mallinfo function. */ +#undef HAVE_MALLINFO + +/* Define if you have the mallopt function. */ +#undef HAVE_MALLOPT + /* Define if you have the regcomp function. */ #undef HAVE_REGCOMP @@ -126,3 +132,15 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H + +/* Define if you have the bsd library (-lbsd). */ +#undef HAVE_LIBBSD + +/* Define if you have the nsl library (-lnsl). */ +#undef HAVE_LIBNSL + +/* Define if you have the resolv library (-lresolv). */ +#undef HAVE_LIBRESOLV + +/* Define if you have the socket library (-lsocket). */ +#undef HAVE_LIBSOCKET