diff options
author | Jörg Mayer <jmayer@loplof.de> | 2002-10-22 20:06:15 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2002-10-22 20:06:15 +0000 |
commit | 4c80b2ac3fbb12ba37ac93664b89642a8c09b359 (patch) | |
tree | 447197bef6c202f082c842b42cfc5fb14546d5bc /acconfig.h | |
parent | 671ba8b6a6aa973004173b84d8bbd462ab0d878e (diff) | |
download | wireshark-4c80b2ac3fbb12ba37ac93664b89642a8c09b359.tar.gz wireshark-4c80b2ac3fbb12ba37ac93664b89642a8c09b359.tar.bz2 wireshark-4c80b2ac3fbb12ba37ac93664b89642a8c09b359.zip |
Wes Hardaker: Support NET-SNMP in addition to UCD-SNMP
svn path=/trunk/; revision=6475
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 7a814c295c..a0c5bc74fa 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,7 +1,7 @@ /* acconfig.h * #ifdefs to be controlled by "configure" * - * $Id: acconfig.h,v 1.25 2002/08/28 21:00:05 jmayer Exp $ + * $Id: acconfig.h,v 1.26 2002/10/22 20:06:15 jmayer Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.org> @@ -44,6 +44,8 @@ #undef HAVE_LIBZ +#undef HAVE_NET_SNMP + #undef HAVE_UCD_SNMP #undef PLUGIN_DIR |