summaryrefslogtreecommitdiff
path: root/agent/mibgroup/hardware/fsys.h
blob: 8cbf439ccd456b15b6a04bb335d1855c93ab9a15 (plain)
1
2
3
4
5
6
7
8
9
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