summaryrefslogtreecommitdiff
path: root/include/ucd-snmp/scapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucd-snmp/scapi.h')
-rw-r--r--include/ucd-snmp/scapi.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ucd-snmp/scapi.h b/include/ucd-snmp/scapi.h
new file mode 100644
index 0000000..b668c93
--- /dev/null
+++ b/include/ucd-snmp/scapi.h
@@ -0,0 +1,9 @@
+#ifdef UCD_COMPATIBLE
+
+#include <net-snmp/library/scapi.h>
+
+#else
+
+#error "Please update your headers or configure using --enable-ucd-snmp-compatibility"
+
+#endif