]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Wed, 23 Jan 2008 08:10:46 +0000 (08:10 +0000)
committerhno <>
Wed, 23 Jan 2008 08:10:46 +0000 (08:10 +0000)
configure
include/autoconf.h.in
lib/Makefile.in

index 4bf6ca37deb410da14c294937501151fef77eb33..cb1eee2a0c2ff58499fe22745c4c07b41cb052cb 100755 (executable)
--- 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
index bb3a92030a943161b05c251c876817e6c54086a0..d7a83d3ee0dfbc857338122261dc0e20eae768c2 100644 (file)
 /* 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
 
index 15cb3ce5b4049aef9b9c43b1881d2b84cc4e33ce..89699a2ef24423c737964be89f95ab6ebb8d8c2a 100644 (file)
@@ -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@