From: hno <> Date: Wed, 13 Feb 2002 09:01:10 +0000 (+0000) Subject: Removed some unused old compatibility definitions X-Git-Tag: SQUID_3_0_PRE1~1194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbe111d1ecd53a3d04d4df97e93bdd7df5c5fe00;p=thirdparty%2Fsquid.git Removed some unused old compatibility definitions --- diff --git a/include/snmp.h b/include/snmp.h index 92ae4c8b07..c316ab4a8f 100644 --- a/include/snmp.h +++ b/include/snmp.h @@ -27,7 +27,7 @@ * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * SOFTWARE. * - * $Id: snmp.h,v 1.14 2001/10/08 16:18:31 hno Exp $ + * $Id: snmp.h,v 1.15 2002/02/13 02:01:10 hno Exp $ * **********************************************************************/ @@ -69,7 +69,6 @@ #endif #include "snmp-internal.h" #include "parse.h" -#include "snmp_compat.h" #include "snmp_debug.h" #endif /* SQUID_SNMP_H */ diff --git a/include/snmp_impl.h b/include/snmp_impl.h index c1dfcb8399..dbf5099057 100644 --- a/include/snmp_impl.h +++ b/include/snmp_impl.h @@ -1,5 +1,5 @@ /* - * $Id: snmp_impl.h,v 1.12 2001/10/08 16:18:31 hno Exp $ + * $Id: snmp_impl.h,v 1.13 2002/02/13 02:01:11 hno Exp $ */ #ifndef SQUID_SNMP_IMPL_H @@ -78,13 +78,6 @@ SOFTWARE. #define RWRITE 0xAABA /* add write access for community private */ #define NOACCESS 0x0000 /* no access for anybody */ -#ifndef INTEGER -#define INTEGER ASN_INTEGER -#define STRING ASN_OCTET_STR -#define OBJID ASN_OBJECT_ID -#define NULLOBJ ASN_NULL -#endif - struct trapVar { oid *varName; int varNameLen;