#
# 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:
#
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@