From: wessels <> Date: Tue, 21 Mar 2006 03:04:45 +0000 (+0000) Subject: bootstrapped after Henrik added db.h and db_185.h to configure.in X-Git-Tag: SQUID_3_0_PRE4~287 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c4c11abe0488ff87bcfd1019c2708db4b21ed11;p=thirdparty%2Fsquid.git bootstrapped after Henrik added db.h and db_185.h to configure.in --- diff --git a/configure b/configure index ab6afde0bf..bf843917a8 100755 --- 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` diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 2b59f076cc..fcfa51e823 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -106,6 +106,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_CTYPE_H +/* Define to 1 if you have the header file. */ +#undef HAVE_DB_185_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_DB_H + /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H