aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
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 /acconfig.h
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 'acconfig.h')
-rw-r--r--acconfig.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 07f5d4d691..680271a644 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,7 +1,7 @@
/* acconfig.h
* #ifdefs to be controlled by "configure"
*
- * $Id: acconfig.h,v 1.22 2002/03/10 22:18:12 guy Exp $
+ * $Id: acconfig.h,v 1.23 2002/03/12 10:37:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.org>
@@ -42,4 +42,6 @@
#undef HAVE_PCAP_VERSION
+#undef HAVE_UCD_SNMP
+
#undef PLUGIN_DIR