]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
fix commented in USE_ICMP
authorwessels <>
Thu, 17 Oct 1996 17:09:39 +0000 (17:09 +0000)
committerwessels <>
Thu, 17 Oct 1996 17:09:39 +0000 (17:09 +0000)
src/Makefile.in

index bbfeb9dbb6e654ca530111bdab6eaa6b51cd6677..53c04143c9a850b055c2c3de9bf021650806742a 100644 (file)
@@ -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)