/*
- * $Id: squid.h,v 1.169 1998/04/04 01:44:05 kostas Exp $
+ * $Id: squid.h,v 1.170 1998/04/07 23:36:34 rousskov Exp $
*
* AUTHOR: Duane Wessels
*
#include "cache_snmp.h"
#endif
+/*
+ * maintain a digest of cache contents and send the digest to neighbors upon
+ * request; if disabled we still can request digests from other caches
+ */
+#define SQUID_MAINTAIN_CACHE_DIGEST 0
+/* must be set before using structs.h */
+/* ask peers about their digests and use them */
+#define SQUID_PEER_DIGEST 0
+
#include "defines.h"
#include "enums.h"
#include "typedefs.h"
extern struct snmp_mib_tree *Mib;
#endif
-/*
- * maintain a digest of cache contents and send the digest to neighbors upon
- * request; if disabled we still can request digests from other caches
- */
-#define SQUID_MAINTAIN_CACHE_DIGEST 1
#endif /* SQUID_H */