summaryrefslogtreecommitdiff
path: root/include/ucd-snmp/version.h
blob: 342110bf2dd3b13bbab8fb9bd8df5dd46c6ad51e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifdef UCD_COMPATIBLE

#include <net-snmp/version.h>

#define VersionInfo NetSnmpVersionInfo

#else

#error "Please update your headers or configure using --enable-ucd-snmp-compatibility"

#endif