From: wessels <> Date: Wed, 3 Dec 1997 08:27:55 +0000 (+0000) Subject: dont make SNMP in by default X-Git-Tag: SQUID_3_0_PRE1~4415 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a31a10b4d719485855e32e2c5b642e8fe07ee717;p=thirdparty%2Fsquid.git dont make SNMP in by default --- diff --git a/src/Makefile.in b/src/Makefile.in index f54d2dde8f..15c28441e0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.105 1997/12/02 05:28:01 wessels Exp $ +# $Id: Makefile.in,v 1.106 1997/12/03 01:27:55 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -19,9 +19,9 @@ STORE_KEY_MD5 = # -DSTORE_KEY_MD5=1 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) \