From 74c38ccc4feb8275a181e8b9063606960c671b5f Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 17 Oct 1996 17:09:39 +0000 Subject: [PATCH] fix commented in USE_ICMP --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.2