]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
bootstrapped after Henrik added db.h and db_185.h to configure.in
authorwessels <>
Tue, 21 Mar 2006 03:04:45 +0000 (03:04 +0000)
committerwessels <>
Tue, 21 Mar 2006 03:04:45 +0000 (03:04 +0000)
configure
include/autoconf.h.in

index ab6afde0bf953c495a51dacbe1152e169c722c29..bf843917a8d838cc38a2c8beedd01de1683c93e1 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.397 .
+# From configure.in Revision.
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
@@ -24022,6 +24022,8 @@ fi
 
 
 
+
+
 
 
 
@@ -24101,7 +24103,9 @@ for ac_header in \
        inttypes.h \
        grp.h \
        nss_common.h \
-       nss.h
+       nss.h \
+       db.h \
+       db_185.h
 
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
index 2b59f076ccb509a84e2bdac4201cbf9f75b06233..fcfa51e82311a3642c750595319bed5ae2475b71 100644 (file)
 /* Define to 1 if you have the <ctype.h> header file. */
 #undef HAVE_CTYPE_H
 
+/* Define to 1 if you have the <db_185.h> header file. */
+#undef HAVE_DB_185_H
+
+/* Define to 1 if you have the <db.h> header file. */
+#undef HAVE_DB_H
+
 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
    */
 #undef HAVE_DIRENT_H