]> granicus.if.org Git - php/commitdiff
(RE applying)
authorHarrie Hazewinkel <harrie@php.net>
Mon, 14 Jul 2003 17:34:56 +0000 (17:34 +0000)
committerHarrie Hazewinkel <harrie@php.net>
Mon, 14 Jul 2003 17:34:56 +0000 (17:34 +0000)
Cleaning up some very old definitions of version 3.3.1 until 3.5.3.
Those versions are that old that people better upgrade the SNMP libraries.

ext/snmp/snmp.c

index bf9f1aaea7520890f6151c47e04bd4ca3312e383..b5e714ff45aae434d963c05d98bef52225764de3 100644 (file)
 #define snmp_parse_oid read_objid
 #endif
 
-/* ucd-snmp 3.3.1 changed the name of a few #defines... They've been changed back to the original ones in 3.5.3! */
-#ifndef SNMP_MSG_GET
-#define SNMP_MSG_GET GET_REQ_MSG
-#define SNMP_MSG_GETNEXT GETNEXT_REQ_MSG
-#endif
-
 #define SNMP_VALUE_LIBRARY     0
 #define SNMP_VALUE_PLAIN       1
 #define SNMP_VALUE_OBJECT      2