From: wessels <> Date: Fri, 21 Feb 1997 06:54:13 +0000 (+0000) Subject: comment munging X-Git-Tag: SQUID_3_0_PRE1~5092 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33831ed34b2720a0a3ba236c72db0f444592a883;p=thirdparty%2Fsquid.git comment munging --- diff --git a/src/Makefile.in b/src/Makefile.in index 3a86287fe2..94d515ce93 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.64 1997/02/20 22:22:54 wessels Exp $ +# $Id: Makefile.in,v 1.65 1997/02/20 23:54:13 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -13,11 +13,10 @@ DELAY_HACK = # -DDELAY_HACK=1 USERAGENT_OPT = # -DUSE_USERAGENT_LOG=1 KILL_PARENT_OPT = # -DKILL_PARENT_OPT USE_POLL_OPT = # -DUSE_POLL -# -# do NOT define both USE_SPLAY_TREE and USE_BIN_TREE, only 1 at a time! -# +# do NOT define both USE_SPLAY_TREE and USE_BIN_TREE at the same time! USE_SPLAY_TREE = # -DUSE_SPLAY_TREE USE_BIN_TREE = # -DUSE_BIN_TREE + DEFINES = $(HOST_OPT) $(AUTH_OPT) $(LOG_HDRS_OPT) \ $(ICMP_OPT) $(DELAY_HACK) $(USERAGENT_OPT) \ $(KILL_PARENT_OPT) $(USE_POLL_OPT) \