#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.in,v 1.101 1997/11/21 05:59:31 wessels Exp $
+# $Id: Makefile.in,v 1.102 1997/11/23 06:47:18 wessels Exp $
#
# Uncomment and customize the following to suit your needs:
#
USE_ASYNC_IO = # -DUSE_ASYNC_IO=1
# define all three for SNMP support
-SQUID_SNMP = -DSQUID_SNMP=1
-SQUID_MIB = mib.txt
-SQUID_SNMP_LIBS = -L../snmplib -lsnmp
+#SQUID_SNMP = -DSQUID_SNMP=1
+#SQUID_MIB = mib.txt
+#SQUID_SNMP_LIBS = -L../snmplib -lsnmp
DEFINES = $(HOST_OPT) \
$(ICMP_OPT) $(DELAY_HACK) $(USERAGENT_OPT) \