blob: 8cbf439ccd456b15b6a04bb335d1855c93ab9a15 [file] [log] [blame]
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