]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed some unused old compatibility definitions
authorhno <>
Wed, 13 Feb 2002 09:01:10 +0000 (09:01 +0000)
committerhno <>
Wed, 13 Feb 2002 09:01:10 +0000 (09:01 +0000)
include/snmp.h
include/snmp_impl.h

index 92ae4c8b07c18470babcc575e57033201caf05fa..c316ab4a8f6c43416454c666db871505e441faa1 100644 (file)
@@ -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 */
index c1dfcb83994afacaec1698418b843f9c71bd7075..dbf5099057cde127fb3d2ca58bbee1d50c26938f 100644 (file)
@@ -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;