From: hno <> Date: Tue, 1 Aug 2006 06:10:54 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE5~202 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bd2db133bd66a49a5ab32bd61f357f7ab47113a;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 7c511b65be..57d800e6cc 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.427 . +# From configure.in Revision: 1.428 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE4-CVS. # @@ -23436,6 +23436,7 @@ fi + for ac_header in \ @@ -23474,6 +23475,7 @@ for ac_header in \ openssl/engine.h \ poll.h \ pwd.h \ + shadow.h \ regex.h \ sched.h \ signal.h \ diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 6efe1e6af4..51d771330e 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -480,6 +480,9 @@ /* Define to 1 if you have the `setsid' function. */ #undef HAVE_SETSID +/* Define to 1 if you have the header file. */ +#undef HAVE_SHADOW_H + /* Define if you have the shl_load function. */ #undef HAVE_SHL_LOAD