From Wes Hardaker:
authorGuy Harris <guy@alum.mit.edu>
Wed, 23 Oct 2002 18:24:09 +0000 (18:24 -0000)
committerGuy Harris <guy@alum.mit.edu>
Wed, 23 Oct 2002 18:24:09 +0000 (18:24 -0000)
commitcc8a765d8e36370a0ea48c683dcdbf3f862d513e
treeaa6a14e465bfd44622f7a332997d0dcb77cdc093
parent3369c4f7c7f73d9e7bf4fe352fc35b4c661fa5e1
From Wes Hardaker:

Define HAVE_SOME_SNMP if either HAVE_UCD_SNMP or HAVE_NET_SNMP
is defined, and use HAVE_SOME_SNMP, rather than HAVE_UCD_SNMP,
in most places when testing whether we have an SNMP library or
not.

Be more selective when including Net-SNMP header files.

Fix up {gtk,gtk2}/main.c to do the same SNMP stuff that tethereal.c
does - including the MIB stuff that gtk/main.c was doing but gtk2/main.c
wasn't doing.

Fix the copyright date in gtk/main.c.

svn path=/trunk/; revision=6483
acconfig.h
asn1.h
configure.in
gtk/main.c
gtk2/main.c
packet-snmp.c
tethereal.c