/* * $Id: cache_snmp.h,v 1.29 2006/09/22 02:48:51 hno Exp $ */ #ifndef SQUID_CACHE_SNMP_H #define SQUID_CACHE_SNMP_H #ifdef SQUID_SNMP #if SIZEOF_LONG == 8 #define snint int #else #define snint long #endif #ifndef MIN #define MIN(a,b) (a