added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / ucd-snmp / version.h
1 #ifdef UCD_COMPATIBLE
2
3 #include <net-snmp/version.h>
4
5 static const char *VersionInfo = NetSnmpVersionInfo;
6
7 #else
8
9 #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
10
11 #endif