-# From configure.in Revision: 1.21
+# From configure.in Revision: 1.22
ac_aux_dir=
for ac_dir in aux $srcdir/aux; do
if test -f $ac_dir/install-sh; then
getdtablesize \
getrusage \
lrand48 \
+ mallocblksize \
mallinfo \
mallopt \
memmove \
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 2053 "configure"
+#line 2054 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
SQUID_FD_SETSIZE=256
else
cat > conftest.$ac_ext <<EOF
-#line 2103 "configure"
+#line 2104 "configure"
#include "confdefs.h"
#include <unistd.h>
SQUID_UDP_SO_SNDBUF=8192
else
cat > conftest.$ac_ext <<EOF
-#line 2171 "configure"
+#line 2172 "configure"
#include "confdefs.h"
#include <sys/types.h>
SQUID_UDP_SO_RCVBUF=8192
else
cat > conftest.$ac_ext <<EOF
-#line 2207 "configure"
+#line 2208 "configure"
#include "confdefs.h"
#include <sys/types.h>
SQUID_TCP_SO_SNDBUF=8192
else
cat > conftest.$ac_ext <<EOF
-#line 2243 "configure"
+#line 2244 "configure"
#include "confdefs.h"
#include <sys/types.h>
SQUID_TCP_SO_RCVBUF=8192
else
cat > conftest.$ac_ext <<EOF
-#line 2279 "configure"
+#line 2280 "configure"
#include "confdefs.h"
#include <sys/types.h>
echo $ac_n "checking if sys_errlist is already defined""... $ac_c" 1>&6
cat > conftest.$ac_ext <<EOF
-#line 2312 "configure"
+#line 2313 "configure"
#include "confdefs.h"
#include <stdio.h>
int main() { return 0; }
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.22 1996/07/09 04:46:47 wessels Exp $
+dnl $Id: configure.in,v 1.23 1996/07/16 01:47:16 wessels Exp $
dnl
dnl
dnl
AC_INIT(src/main.c)
AC_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.22 $)dnl
+AC_REVISION($Revision: 1.23 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AC_CONFIG_AUX_DIR(aux)
LIBS=`echo $LIBS | sed -e s/-lmalloc//`
HAVE_LIBMALLOC="no"
;;
+ i386-*-solaris2.?)
+ if test "$GCC" = "yes"; then
+ echo "Removing -O for gcc on $host"
+ CFLAGS="`echo $CFLAGS | sed -e s/-O//`"
+ fi
+ ;;
*-sgi-irix*)
echo "Removing -lsocket for IRIX..."
LIBS=`echo $LIBS | sed -e s/-lsocket//`
;;
*m88k*)
CFLAGS="$CFLAGS -D_SQUID_MOTOROLA_"
+ AC_DEFINE(GETTIMEOFDAY_NO_TZP)
+ ;;
+ *-*-solaris2.[0-4])
+ AC_DEFINE(GETTIMEOFDAY_NO_TZP)
;;
-
esac
dnl Check for library functions
getdtablesize \
getrusage \
lrand48 \
+ mallocblksize \
mallinfo \
mallopt \
memmove \
/* Define if you have the mallinfo function. */
#undef HAVE_MALLINFO
+/* Define if you have the mallocblksize function. */
+#undef HAVE_MALLOCBLKSIZE
+
/* Define if you have the mallopt function. */
#undef HAVE_MALLOPT