From 1973a24241e1546ff01c2e658c24e17f7ac6b29e Mon Sep 17 00:00:00 2001 From: harti Date: Wed, 5 Oct 2005 15:19:56 +0000 Subject: Vendor fix for the build problem of snmp_pf. Move the fallback definitions for U?INT32_{MAX,MIN} from asn1.h into the .c files that actually require them (the .h file doesn't refer to these macros). --- contrib/bsnmp/lib/asn1.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'contrib/bsnmp/lib/asn1.h') diff --git a/contrib/bsnmp/lib/asn1.h b/contrib/bsnmp/lib/asn1.h index 9f7749a..ccbafc9 100644 --- a/contrib/bsnmp/lib/asn1.h +++ b/contrib/bsnmp/lib/asn1.h @@ -179,14 +179,4 @@ enum { ASN_EXCEPT_ENDOFMIBVIEW = 0x02, }; -#if !defined(INT32_MIN) -#define INT32_MIN (-0x7fffffff-1) -#endif -#if !defined(INT32_MAX) -#define INT32_MAX (0x7fffffff) -#endif -#if !defined(UINT32_MAX) -#define UINT32_MAX (0xffffffff) -#endif - #endif -- cgit v1.1