aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-12-08 15:05:41 +0000
committerJörg Mayer <jmayer@loplof.de>2006-12-08 15:05:41 +0000
commite26860607db1b260da079f5a52f21b2e19b60f03 (patch)
treee965cd244a9542db485d393045c2e41ba44090ea /config.nmake
parent6404c0662002d345f8708640ab66397bea948c48 (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. svn path=/trunk/; revision=20071
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