]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
dont make SNMP in by default
authorwessels <>
Wed, 3 Dec 1997 08:27:55 +0000 (08:27 +0000)
committerwessels <>
Wed, 3 Dec 1997 08:27:55 +0000 (08:27 +0000)
src/Makefile.in

index f54d2dde8fbd1a24b8fa0c9c2f615d4ba9fdd27e..15c28441e0689ea16a41f934c7c5386cc0bc84dc 100644 (file)
@@ -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) \