aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-08 15:05:41 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-08 15:05:41 +0000
commit91a8ad70add2331c318e7ac538c702b316657c68 (patch)
treee965cd244a9542db485d393045c2e41ba44090ea /config.nmake
parent1f6543718861800de33d10fb020cf2e44b91b872 (diff)
Get rid of UCD SNMP support (it's not longer supported and
superseeded by net-snmp). Replace some_snmp by net_snmp where appropriate. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20071 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 115ffc5cac..17393880f7 100644
--- a/config.nmake
+++ b/config.nmake
@@ -525,12 +525,10 @@ NET_SNMP_CFLAGS=/I$(NET_SNMP_DIR)\include /I$(NET_SNMP_DIR)\win32
NET_SNMP_LIBS=$(NET_SNMP_DIR)\win32\lib\release\netsnmp.lib
# Nmake uses carets to escape special characters
NET_SNMP_CONFIG=^#define HAVE_NET_SNMP 1
-SOME_SNMP_CONFIG=^#define HAVE_SOME_SNMP 1
!else
NET_SNMP_CFLAGS=
NET_SNMP_LIBS=
NET_SNMP_CONFIG=
-SOME_SNMP_CONFIG=
!ENDIF
!IFDEF ADNS_DIR