summaryrefslogtreecommitdiff
path: root/agent/mibgroup/hardware/fsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/hardware/fsys.h')
-rw-r--r--agent/mibgroup/hardware/fsys.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/agent/mibgroup/hardware/fsys.h b/agent/mibgroup/hardware/fsys.h
new file mode 100644
index 0000000..8cbf439
--- /dev/null
+++ b/agent/mibgroup/hardware/fsys.h
@@ -0,0 +1,10 @@
+config_require(hardware/fsys/hw_fsys)
+#if defined(aix4) || defined(aix5) || defined(aix6) || defined(aix7)
+config_require(hardware/fsys/fsys_mntctl)
+#elif defined(HAVE_GETVFSSTAT) || defined(HAVE_GETFSSTAT)
+config_require(hardware/fsys/fsys_getfsstats)
+#elif defined(HAVE_GETMNTENT) && !defined(irix6)
+config_require(hardware/fsys/fsys_mntent)
+#else
+config_require(hardware/fsys/fsys_void)
+#endif