# Define the identity of the package.
PACKAGE=squid
-VERSION=3.0-DEVEL-refcount
+VERSION=3.0-DEVEL
cat >>confdefs.h <<_ACEOF
#define PACKAGE "$PACKAGE"
dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.303 2002/11/21 12:35:52 robertc Exp $
+dnl $Id: configure.in,v 1.304 2002/11/22 14:25:34 robertc Exp $
dnl
dnl
dnl
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([src/main.cc])
AC_CONFIG_AUX_DIR(cfgaux)
-AM_INIT_AUTOMAKE(squid, 3.0-DEVEL-refcount)
+AM_INIT_AUTOMAKE(squid, 3.0-DEVEL)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.303 $)dnl
+AC_REVISION($Revision: 1.304 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.262 2002/11/16 01:18:28 hno Exp $
+# $Id: Makefile.in,v 1.263 2002/11/22 14:25:38 robertc Exp $
#
# Uncomment and customize the following to suit your needs:
#
dnsserver.cc \
dns_internal.cc \
htcp.cc \
+ ProfStats.cc \
leakfinder.cc \
snmp_core.cc \
snmp_agent.cc \
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.1 2002/11/21 12:46:19 robertc Exp $
+# $Id: Makefile.in,v 1.2 2002/11/22 14:25:38 robertc Exp $
#
SHELL = @SHELL@