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

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

#else

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

#endif