From: hno <> Date: Wed, 23 Jan 2008 08:10:46 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: BASIC_TPROXY4~153 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b00290b98b8d69d71615c0dfd4a3be2de84568b;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 4bf6ca37de..cb1eee2a0c 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.495 . +# From configure.in Revision: 1.496 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for Squid Web Proxy 3.HEAD-CVS. # @@ -42771,7 +42771,6 @@ done - for ac_func in \ drand48 \ inet_ntop \ @@ -42780,7 +42779,6 @@ for ac_func in \ getaddrinfo \ getnameinfo \ strerror \ - strtok_r \ tempnam \ do diff --git a/include/autoconf.h.in b/include/autoconf.h.in index bb3a92030a..d7a83d3ee0 100644 --- a/include/autoconf.h.in +++ b/include/autoconf.h.in @@ -580,9 +580,6 @@ /* Define to 1 if you have the `strsep' function. */ #undef HAVE_STRSEP -/* Define to 1 if you have the `strtok_r' function. */ -#undef HAVE_STRTOK_R - /* Define to 1 if you have the `strtoll' function. */ #undef HAVE_STRTOLL diff --git a/lib/Makefile.in b/lib/Makefile.in index 15cb3ce5b4..89699a2ef2 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # -# $Id: Makefile.in,v 1.155 2008/01/19 01:11:41 hno Exp $ +# $Id: Makefile.in,v 1.156 2008/01/23 01:10:50 hno Exp $ # srcdir = @srcdir@ @@ -44,7 +44,7 @@ check_PROGRAMS = tests/testAll$(EXEEXT) subdir = lib DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in drand48.c \ getaddrinfo.c getnameinfo.c inet_ntoa.c inet_ntop.c \ - inet_pton.c initgroups.c strerror.c strtok_r.c tempnam.c + inet_pton.c initgroups.c strerror.c tempnam.c ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in @@ -526,7 +526,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_pton.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/initgroups.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strerror.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtok_r.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/tempnam.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GNUregex.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/IPAddress.Po@am__quote@