]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
- put the whole file into oe huge SQUID_PEER_DIGEST ifdef
authorrousskov <>
Thu, 9 Apr 1998 06:08:48 +0000 (06:08 +0000)
committerrousskov <>
Thu, 9 Apr 1998 06:08:48 +0000 (06:08 +0000)
src/peer_digest.cc

index 08e9992e6585ad5a476b2d7972864c3f50b0eee9..c3abdc7c01e05b98fcc2218b71e7305f059b227c 100644 (file)
@@ -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