aboutsummaryrefslogtreecommitdiff
path: root/lib/snmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/snmp.h')
-rw-r--r--lib/snmp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/snmp.h b/lib/snmp.h
index 61e783e76bb0..7db21ae7d8d0 100644
--- a/lib/snmp.h
+++ b/lib/snmp.h
@@ -42,6 +42,9 @@
#include <sys/types.h>
+#define BSNMP_MAJOR 1
+#define BSNMP_MINOR 13
+
#define SNMP_COMMUNITY_MAXLEN 128
#define SNMP_MAX_BINDINGS 100
#define SNMP_CONTEXT_NAME_SIZ (32 + 1)