aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-09-29 00:58:20 +0000
committerGuy Harris <guy@alum.mit.edu>2007-09-29 00:58:20 +0000
commitea22a35acdfbc71d7605bf0500ac942cc246b91e (patch)
tree78c6065ee1c38d7f88bd62b89a5a81ac0c5c2be4 /version_info.c
parent9c7e0b2e251a87ae3300172b36be486dcbed9882 (diff)
We don't use NetSNMP any more.
svn path=/trunk/; revision=23021
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/version_info.c b/version_info.c
index 4a45965e01..cec24ebc85 100644
--- a/version_info.c
+++ b/version_info.c
@@ -40,10 +40,6 @@
#include <pcre.h> /* to get the libpcre version number */
#endif /* HAVE_LIBPCRE */
-#ifdef HAVE_NET_SNMP
-#include <net-snmp/version.h>
-#endif /* HAVE_NET_SNMP */
-
#if (defined(HAVE_LIBGCRYPT) || defined(HAVE_LIBGNUTLS)) && defined(_WIN32)
#include <winposixtype.h>
#endif