aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-09-24 06:59:40 +0000
committerJörg Mayer <jmayer@loplof.de>2007-09-24 06:59:40 +0000
commit094e2a9a5f15ba8ade40546518c8e53daeb919a6 (patch)
treecea80a11b50ede30c7d79ebc2c7b0acd63fc7285 /config.nmake
parentf3c4a9def01172c2e3b5c2e65442abc0252da68a (diff)
Get rid of the remains of NET-SNMP in the build process.
svn path=/trunk/; revision=22934
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake23
1 files changed, 0 insertions, 23 deletions
diff --git a/config.nmake b/config.nmake
index 8501797dd0..d334c1b6b6 100644
--- a/config.nmake
+++ b/config.nmake
@@ -160,18 +160,6 @@ PCAP_DIR=$(WIRESHARK_LIBS)\WPdpack
ZLIB_DIR=$(WIRESHARK_LIBS)\zlib123
#
-# Optional: The Net-SNMP library enables SNMP OID to name resolvings
-# for the MIBs available.
-#
-# If you have Net-SNMP, set this to the pathname of the directory in
-# which the Net-SNMP headers and .lib file are stored.
-#
-# If you don't have Net-SNMP, comment this line out, so that NET_SNMP_DIR
-# isn't defined.
-#
-#NET_SNMP_DIR=$(WIRESHARK_LIBS)\net-snmp-5.4
-
-#
# Optional: the ADNS library enables asynchronous (nonblocking) DNS
# name resolvings.
#
@@ -666,17 +654,6 @@ ZLIB_LIBS=
ZLIB_CONFIG=
!ENDIF
-!IFDEF NET_SNMP_DIR
-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
-!else
-NET_SNMP_CFLAGS=
-NET_SNMP_LIBS=
-NET_SNMP_CONFIG=
-!ENDIF
-
!IFDEF ADNS_DIR
ADNS_PATH=$(ADNS_DIR)\adns_win32\lib
ADNS_CFLAGS=/I$(ADNS_DIR)\src /I$(ADNS_DIR)\adns_win32