]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
anonymizer patch
authorwessels <>
Sat, 7 Dec 1996 00:53:57 +0000 (00:53 +0000)
committerwessels <>
Sat, 7 Dec 1996 00:53:57 +0000 (00:53 +0000)
src/Makefile.in

index 885a3ddff8e4c4df892dc1a78905eecdfdfbc04c..01fde6b4539d055b8469ef5edbb29fe2d4c0a183 100644 (file)
@@ -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@