From: wessels <> Date: Sun, 23 Nov 1997 13:47:18 +0000 (+0000) Subject: Make SNMP optional X-Git-Tag: SQUID_3_0_PRE1~4485 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b3c0f07b8b6b81ead80a516e2493958e948d8df;p=thirdparty%2Fsquid.git Make SNMP optional --- diff --git a/src/Makefile.in b/src/Makefile.in index 788fd04af1..79f9c87b69 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.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: # @@ -18,9 +18,9 @@ STORE_KEY_SHA = # -DSTORE_KEY_SHA=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) \