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