summaryrefslogtreecommitdiff
path: root/agent/mibgroup/ucd-snmp/dlmod.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/ucd-snmp/dlmod.h')
-rw-r--r--agent/mibgroup/ucd-snmp/dlmod.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/agent/mibgroup/ucd-snmp/dlmod.h b/agent/mibgroup/ucd-snmp/dlmod.h
new file mode 100644
index 0000000..df8bef7
--- /dev/null
+++ b/agent/mibgroup/ucd-snmp/dlmod.h
@@ -0,0 +1,18 @@
+/*
+ * Dynamic Loadable Agent Modules MIB (UCD-DLMOD-MIB) - dlmod.h
+ *
+ */
+
+#ifndef MIBGROUP_DLMOD_H
+#define MIBGROUP_DLMOD_H
+
+#if !defined(HAVE_DLFCN_H) || !defined(HAVE_DLOPEN)
+config_error(Dynamic modules not supported on this platform)
+#endif
+
+config_add_mib(UCD-DLMOD-MIB)
+
+void init_dlmod(void);
+void shutdown_dlmod(void);
+
+#endif /* MIBGROUP_DLMOD_H */