From: serassio <> Date: Sun, 24 Dec 2006 22:25:42 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE6~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6476ef92b402c0f7a5b954d522fe76994b65076f;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index c7caecbc2c..a73161a5fb 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.445 . +# From configure.in Revision. # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE5-CVS. # @@ -20982,7 +20982,7 @@ fi case "$host_os" in mingw|mingw32) - SSLLIB='-lssl -lcrypto -lgdi32' + SSLLIB='-lssleay32 -leay32 -lgdi32' ;; *) SSLLIB='-lssl -lcrypto' @@ -42185,6 +42185,7 @@ esac + for ac_func in \ @@ -42202,6 +42203,7 @@ for ac_func in \ getrlimit \ getrusage \ getspnam \ + gettimeofday \ htobe16 \ htole16 \ lrand48 \ diff --git a/include/autoconf.h.in b/include/autoconf.h.in index 9c9b891cec..14d539fe65 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -173,6 +173,9 @@ /* Define to 1 if you have the `getspnam' function. */ #undef HAVE_GETSPNAM +/* Define to 1 if you have the `gettimeofday' function. */ +#undef HAVE_GETTIMEOFDAY + /* Define to 1 if you have the header file. */ #undef HAVE_GLIB_H