summaryrefslogtreecommitdiff
path: root/include/ucd-snmp/snmp_agent.h
blob: 54a5910eb1898d7a5911946e54004e0dede5f2b8 (plain)
1
2
3
4
5
6
7
8
9
#ifdef UCD_COMPATIBLE

#include <net-snmp/agent/snmp_agent.h>

#else

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

#endif