]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Make SNMP optional
authorwessels <>
Sun, 23 Nov 1997 13:47:18 +0000 (13:47 +0000)
committerwessels <>
Sun, 23 Nov 1997 13:47:18 +0000 (13:47 +0000)
src/Makefile.in

index 788fd04af141ad8b7ee34808aeccbc93be9c760a..79f9c87b69bf2f56d4eb85104ddf804f1934d8fd 100644 (file)
@@ -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) \