aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-12 10:37:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-03-12 10:37:04 +0000
commit8b1db4cd4937592ec3cbfd0613899d96c35472b0 (patch)
tree5958eee4b925d819c8dea3354f9338213aef04db /config.h.win32
parent71c40d42d3cf6b98c37d9587db6b958adf66ec86 (diff)
Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".
Make the directory option to "--with-ucdsnmp" optional. Handle "--with-ucdsnmp" similar to the way "--with-pcap" is handled. Get rid of unnecessary #defines in "packet-cops.c". Get rid of no-longer-necessary include of "dlfcn.h" in "packet-snmp.c". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4930 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win327
1 files changed, 3 insertions, 4 deletions
diff --git a/config.h.win32 b/config.h.win32
index 08b4cd7085..5396ba6a76 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.33 2001/11/02 10:01:00 guy Exp $ */
+/* $Id: config.h.win32,v 1.34 2002/03/12 10:37:01 guy Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -43,6 +43,8 @@
#define HAVE_LIBPCAP 1
+/* #undef HAVE_UCD_SNMP */
+
/* Define if you have the gethostbyname2 function. */
/* #undef HAVE_GETHOSTBYNAME2 */
@@ -97,9 +99,6 @@
/* Define if you have the <sys/wait.h> header file. */
/* #undef HAVE_SYS_WAIT_H */
-/* Define if you have the <ucd-snmp/snmp.h> header file. */
-/* #undef HAVE_UCD_SNMP_SNMP_H */
-
/* Define if you have the <ucd-snmp/version.h> header file. */
/* #undef HAVE_UCD_SNMP_VERSION_H */