]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
configure adjustments
authorwessels <>
Thu, 28 Mar 1996 09:33:33 +0000 (09:33 +0000)
committerwessels <>
Thu, 28 Mar 1996 09:33:33 +0000 (09:33 +0000)
include/autoconf.h.in

index d2d8a4a44e211c52a0fd48f3744426d272aa3092..543e287760c67f7cad70397d8f158f376fd0fb9c 100644 (file)
 /* 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
 
 
 /* Define if you have the <unistd.h> 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