-# 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
setrlimit \
setsid \
sigaction \
+ snprintf \
srand48 \
srandom \
sysconf \
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. */
; 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
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
for ac_func in \
tempnam \
strerror \
- snprintf \
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
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)
setrlimit \
setsid \
sigaction \
+ snprintf \
srand48 \
srandom \
sysconf \
AC_REPLACE_FUNCS(\
tempnam \
strerror \
- snprintf \
)
AC_MSG_CHECKING(Default FD_SETSIZE value)
#
# 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@
splay.o \
safe_inet_addr.o \
iso3307.o \
+ snprintf.o \
$(LIBOBJS)
REGEXOBJS = GNUregex.o
LIBS = libmiscutil.a @LIBREGEX@