aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
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 /acconfig.h
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 '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