summaryrefslogtreecommitdiff
path: root/asn1.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 /asn1.h
parent385c80e202f7319f08a41fb3dd4cb2478d7b0c79 (diff)
downloadwireshark-6327b456db12bd383f402705881059d63e92e58d.tar.gz
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 'asn1.h')
-rw-r--r--asn1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1.h b/asn1.h
index d6125ba880..f0bb4133fb 100644
--- a/asn1.h
+++ b/asn1.h
@@ -1,7 +1,7 @@
/* asn1.h
* Definitions for ASN.1 BER dissection
*
- * $Id: asn1.h,v 1.6 2002/03/01 02:48:10 guy Exp $
+ * $Id: asn1.h,v 1.7 2002/03/12 10:37:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -90,7 +90,7 @@
* "config.h", to get the right #defines defined, so that we properly
* typedef "subid_t".
*/
-#if defined(HAVE_UCD_SNMP_SNMP_H)
+#if defined(HAVE_UCD_SNMP)
typedef u_long subid_t; /* UCD SNMP */
#else
typedef u_int subid_t; /* CMU SNMP, libsmi, or nothing */