]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
rearrange snprintf/vsnprintf
authorwessels <>
Tue, 21 Oct 1997 08:45:00 +0000 (08:45 +0000)
committerwessels <>
Tue, 21 Oct 1997 08:45:00 +0000 (08:45 +0000)
configure
configure.in
lib/Makefile.in

index 6d4b7f5db0d91bf680852691aa5376b3eac627ab..d213446dfed3b850b364d325c779363fd00d8952 100755 (executable)
--- a/configure
+++ b/configure
@@ -520,7 +520,7 @@ fi
 
 
 
-# From configure.in Revision: 1.78 
+# From configure.in Revision: 1.80 
 ac_aux_dir=
 for ac_dir in aux $srcdir/aux; do
   if test -f $ac_dir/install-sh; then
@@ -2854,6 +2854,7 @@ for ac_func in \
        setrlimit \
        setsid \
        sigaction \
+       snprintf \
        srand48 \
        srandom \
        sysconf \
@@ -2864,12 +2865,12 @@ for ac_func in \
 
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:2868: checking for $ac_func" >&5
+echo "configure:2869: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2873 "configure"
+#line 2874 "configure"
 #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */
@@ -2892,7 +2893,7 @@ $ac_func();
 
 ; return 0; }
 EOF
-if { (eval echo configure:2896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+if { (eval echo configure:2897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
   rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"
 else
@@ -2926,7 +2927,7 @@ case "$host" in
 esac
 
 echo $ac_n "checking if GNUregex needs to be compiled""... $ac_c" 1>&6
-echo "configure:2930: checking if GNUregex needs to be compiled" >&5
+echo "configure:2931: checking if GNUregex needs to be compiled" >&5
 if test "$ac_cv_func_regcomp" = "no" ; then
        USE_GNUREGEX="yes"
 else
@@ -2955,7 +2956,6 @@ fi
 for ac_func in \
        tempnam \
        strerror \
-       snprintf \
 
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
index 90ebc7d364844544ebe4b30d48180ff8d20dea54..da125f924857f048e45cc58f8c0a1db96f2a776f 100644 (file)
@@ -3,13 +3,13 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.79 1997/10/20 23:21:36 wessels Exp $
+dnl  $Id: configure.in,v 1.80 1997/10/21 02:45:00 wessels Exp $
 dnl
 dnl
 dnl
 AC_INIT(src/main.c)
 AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.79 $)dnl
+AC_REVISION($Revision: 1.80 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AC_CONFIG_AUX_DIR(aux)
 
@@ -338,6 +338,7 @@ AC_CHECK_FUNCS(\
        setrlimit \
        setsid \
        sigaction \
+       snprintf \
        srand48 \
        srandom \
        sysconf \
@@ -381,7 +382,6 @@ AC_SUBST(LIBREGEX)
 AC_REPLACE_FUNCS(\
        tempnam \
        strerror \
-       snprintf \
 )
 
 AC_MSG_CHECKING(Default FD_SETSIZE value)
index 49b5c74c32e0014eb93962258b946d28532fc073..68d2bbf4f86ca00b394b0dc9c76ba0b6ac0329bf 100644 (file)
@@ -3,7 +3,7 @@
 #
 #  Darren Hardy, hardy@cs.colorado.edu, April 1994
 #
-#  $Id: Makefile.in,v 1.24 1997/05/26 04:04:53 wessels Exp $
+#  $Id: Makefile.in,v 1.25 1997/10/21 02:45:00 wessels Exp $
 #
 prefix         = @prefix@
 srcdir         = @srcdir@
@@ -34,6 +34,7 @@ UTILOBJS      = rfc1123.o \
                  splay.o \
                  safe_inet_addr.o \
                  iso3307.o \
+                 snprintf.o \
                  $(LIBOBJS)
 REGEXOBJS      = GNUregex.o
 LIBS           = libmiscutil.a @LIBREGEX@