aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-05-12 05:56:42 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-05-12 05:56:42 +0000
commitc50d66ba7c12ded0d4f10288d5d4fe8999192510 (patch)
treeee6e512ab91b5c74d3774556177cf9715b7b8922 /config.h.in
parent78b0c26cfa45842db1d1159801bd73b4ab4052c9 (diff)
Added Didier Jorand's dissect_snmp routine. This is only compiled in
if you have the UCD or CMU SNMP library available. If you have the SNMP library but do not with to have SNMP support, use the ./configure --disable-snmp option. Otherwise 'configure' finds the SNMP library and uses it. svn path=/trunk/; revision=281
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 4e9830cd88..bfca2a5851 100644
--- a/config.h.in
+++ b/config.h.in
@@ -22,6 +22,9 @@
/* Define if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
+/* Define if you have the <snmp/snmp.h> header file. */
+#undef HAVE_SNMP_SNMP_H
+
/* Define if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
@@ -37,6 +40,9 @@
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* Define if you have the <ucd-snmp/snmp.h> header file. */
+#undef HAVE_UCD_SNMP_SNMP_H
+
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H