1 #ifdef UCD_COMPATIBLE
2 
3 #include <net-snmp/library/snmp_api.h>
4 
5 #else
6 
7 #error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
8 
9 #endif
10