]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
WAIS always compiled in
authorwessels <>
Thu, 28 Mar 1996 12:28:02 +0000 (12:28 +0000)
committerwessels <>
Thu, 28 Mar 1996 12:28:02 +0000 (12:28 +0000)
src/Makefile.in

index e2bed3b336e30b93ad742c9e2490e8e429b929c8..ee4dc84cb2dbb6f0355427e0147ff421418531c8 100644 (file)
@@ -1,15 +1,14 @@
 #
 #  Makefile for the Harvest Object Cache server
 #
-#  $Id: Makefile.in,v 1.9 1996/03/26 21:58:40 wessels Exp $
+#  $Id: Makefile.in,v 1.10 1996/03/28 05:28:02 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
-WAIS_OPT       = # -DUSE_WAIS_RELAY 
 LOG_OPT                = # -DNO_LOGGGING
 PORT_OPT       = # -DCACHE_HTTP_PORT=3128 -DCACHE_ICP_PORT=3130
 HOST_OPT       = # -DCACHEMGR_HOSTNAME="getfullhostname()"
-DEFINES                = $(WAIS_OPT) $(LOG_OPT) $(PORT_OPT) $(HOST_OPT)
+DEFINES                = $(LOG_OPT) $(PORT_OPT) $(HOST_OPT)
 
 prefix = @prefix@
 top_srcdir = @top_srcdir@