diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2020-03-31 17:50:32 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2020-03-31 17:50:32 +0000 |
commit | d5efa260d9c878d89fea33cb2c5d637ba91eea45 (patch) | |
tree | ec17b997212dba12844effe35416883ffc546aed /lib/snmp.h | |
parent | cf7f444550f07e0e64bc037f6454eb721dd3df67 (diff) |
Notes
Diffstat (limited to 'lib/snmp.h')
-rw-r--r-- | lib/snmp.h | 3 |
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) |