summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarrie Hazewinkel <harrie@php.net>2003-07-14 17:34:56 +0000
committerHarrie Hazewinkel <harrie@php.net>2003-07-14 17:34:56 +0000
commitfa910bd2b0728f1a4722a930b64cacb76a97c855 (patch)
treef87b1956172831cc23662c87fdb80f7218de92dd
parent6dd04c368efd9f9561d160158f64de0f0db4fc65 (diff)
downloadphp-git-fa910bd2b0728f1a4722a930b64cacb76a97c855.tar.gz
(RE applying)
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.
-rw-r--r--ext/snmp/snmp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c
index bf9f1aaea7..b5e714ff45 100644
--- a/ext/snmp/snmp.c
+++ b/ext/snmp/snmp.c
@@ -104,12 +104,6 @@
#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