From: wessels <> Date: Thu, 28 Mar 1996 12:28:02 +0000 (+0000) Subject: WAIS always compiled in X-Git-Tag: SQUID_3_0_PRE1~6353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=961c76ebbd143b634b5b74f9a5153e1b822f50ed;p=thirdparty%2Fsquid.git WAIS always compiled in --- diff --git a/src/Makefile.in b/src/Makefile.in index e2bed3b336..ee4dc84cb2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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@