From: wessels <> Date: Thu, 28 Mar 1996 12:22:53 +0000 (+0000) Subject: always compile wais by default X-Git-Tag: SQUID_3_0_PRE1~6356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681a575028a11d4f43d65c84da60d98bb5d35920;p=thirdparty%2Fsquid.git always compile wais by default --- diff --git a/src/wais.cc b/src/wais.cc index 37bdc55be9..a2ea8a490a 100644 --- a/src/wais.cc +++ b/src/wais.cc @@ -1,9 +1,7 @@ -/* $Id: wais.cc,v 1.10 1996/03/27 18:15:58 wessels Exp $ */ +/* $Id: wais.cc,v 1.11 1996/03/28 05:22:53 wessels Exp $ */ #include "squid.h" -#if USE_WAIS_RELAY - #define WAIS_DELETE_GAP (64*1024) typedef struct _waisdata { @@ -275,14 +273,3 @@ int waisStart(unusedfd, url, type, mime_hdr, entry) (PF) waisSendRequest, (caddr_t) data); return COMM_OK; } -#else -int waisStart(unusedfd, url, type, mime_hdr, entry) - int unusedfd; - char *url; - char *type; - char *mime_hdr; - StoreEntry *entry; -{ - return 1; -} -#endif