From: wessels <> Date: Thu, 17 Oct 1996 17:09:39 +0000 (+0000) Subject: fix commented in USE_ICMP X-Git-Tag: SQUID_3_0_PRE1~5637 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74c38ccc4feb8275a181e8b9063606960c671b5f;p=thirdparty%2Fsquid.git fix commented in USE_ICMP --- diff --git a/src/Makefile.in b/src/Makefile.in index bbfeb9dbb6..53c04143c9 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.48 1996/10/15 23:32:50 wessels Exp $ +# $Id: Makefile.in,v 1.49 1996/10/17 11:09:39 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -10,7 +10,7 @@ AIO_OPT = # -DUSE_ASYNC_IO=1 AIO_LIBS = # @AIO_LIBS@ AUTH_OPT = # -DUSE_PROXY_AUTH=1 LOG_HDRS_OPT = # -DLOG_FULL_HEADERS=1 -ICMP_OPT = -DUSE_ICMP=1 +ICMP_OPT = # -DUSE_ICMP=1 DELAY_HACK = # -DDELAY_HACK=1 DEFINES = $(HOST_OPT) $(AIO_OPT) $(AUTH_OPT) $(LOG_HDRS_OPT) $(ICMP_OPT) \ $(DELAY_HACK)