From: rousskov <> Date: Thu, 9 Apr 1998 06:08:48 +0000 (+0000) Subject: - put the whole file into oe huge SQUID_PEER_DIGEST ifdef X-Git-Tag: SQUID_3_0_PRE1~3545 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a2e5bb5b419c05c2d754efd064d1c1759024c0d;p=thirdparty%2Fsquid.git - put the whole file into oe huge SQUID_PEER_DIGEST ifdef --- diff --git a/src/peer_digest.cc b/src/peer_digest.cc index 08e9992e65..c3abdc7c01 100644 --- a/src/peer_digest.cc +++ b/src/peer_digest.cc @@ -1,6 +1,6 @@ /* - * $Id: peer_digest.cc,v 1.3 1998/04/08 23:05:04 rousskov Exp $ + * $Id: peer_digest.cc,v 1.4 1998/04/09 00:08:48 rousskov Exp $ * * DEBUG: section 72 Peer Digest Routines * AUTHOR: Alex Rousskov @@ -31,6 +31,8 @@ #include "squid.h" +#if SQUID_PEER_DIGEST + /* local types */ /* local prototypes */ @@ -522,3 +524,4 @@ peerDigestUpdateMask(peer *peer, int offset, const char *buf, int size) return 1; } +#endif