aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-12 10:37:04 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-12 10:37:04 +0000
commit6327b456db12bd383f402705881059d63e92e58d (patch)
tree5958eee4b925d819c8dea3354f9338213aef04db /config.h.win32
parent385c80e202f7319f08a41fb3dd4cb2478d7b0c79 (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". svn path=/trunk/; revision=4930
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 */