--------------------- PatchSet 12336 Date: 2008/07/21 20:53:55 Author: hno Branch: SQUID_2_6 Tag: (none) Log: Bootstrapped Members: configure:1.436.2.28->1.436.2.29 include/autoconf.h.in:1.160.2.6->1.160.2.7 Index: squid/configure =================================================================== RCS file: /cvsroot/squid/squid/configure,v retrieving revision 1.436.2.28 retrieving revision 1.436.2.29 diff -u -r1.436.2.28 -r1.436.2.29 --- squid/configure 21 Jul 2008 20:48:23 -0000 1.436.2.28 +++ squid/configure 21 Jul 2008 20:53:55 -0000 1.436.2.29 @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.416.2.27 . +# From configure.in Revision: 1.416.2.29 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for Squid Web Proxy 2.6.STABLE21-CVS. # @@ -24465,6 +24465,7 @@ + for ac_func in \ bcopy \ backtrace_symbols_fd \ @@ -24498,6 +24499,7 @@ regexec \ regfree \ res_init \ + __res_init \ rint \ sbrk \ select \ Index: squid/include/autoconf.h.in =================================================================== RCS file: /cvsroot/squid/squid/include/autoconf.h.in,v retrieving revision 1.160.2.6 retrieving revision 1.160.2.7 diff -u -r1.160.2.6 -r1.160.2.7 --- squid/include/autoconf.h.in 2 Sep 2007 00:14:59 -0000 1.160.2.6 +++ squid/include/autoconf.h.in 21 Jul 2008 20:53:57 -0000 1.160.2.7 @@ -597,6 +597,9 @@ /* Define if you have PSAPI.DLL on Windows systems */ #undef HAVE_WIN32_PSAPI +/* Define to 1 if you have the `__res_init' function. */ +#undef HAVE___RES_INIT + /* Some systems support __va_copy */ #undef HAVE___VA_COPY