From: wessels <> Date: Sat, 7 Dec 1996 00:53:57 +0000 (+0000) Subject: anonymizer patch X-Git-Tag: SQUID_3_0_PRE1~5316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834fd32ac2f26dabb98114cb4c29af704a6ffd8d;p=thirdparty%2Fsquid.git anonymizer patch --- diff --git a/src/Makefile.in b/src/Makefile.in index 885a3ddff8..01fde6b453 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.61 1996/12/05 21:23:52 wessels Exp $ +# $Id: Makefile.in,v 1.62 1996/12/06 17:53:57 wessels Exp $ # # Uncomment and customize the following to suit your needs: # @@ -13,9 +13,10 @@ DELAY_HACK = # -DDELAY_HACK=1 USERAGENT_OPT = # -DUSE_USERAGENT_LOG=1 KILL_PARENT_OPT = # -DKILL_PARENT_OPT USE_POLL_OPT = # -DUSE_POLL +ANON_OPT = # -DUSE_ANONYMIZER DEFINES = $(HOST_OPT) $(AUTH_OPT) $(LOG_HDRS_OPT) \ $(ICMP_OPT) $(DELAY_HACK) $(USERAGENT_OPT) \ - $(KILL_PARENT_OPT) $(USE_POLL_OPT) + $(KILL_PARENT_OPT) $(USE_POLL_OPT) $(ANON_OPT) prefix = @prefix@ exec_prefix = @exec_prefix@