(jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
authorJim Meyering <jim@meyering.net>
Fri, 7 Jun 2002 14:43:36 +0000 (14:43 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 7 Jun 2002 14:43:36 +0000 (14:43 +0000)
commit3020c6e8913e682a94e7333d65699a89e06f7035
tree6c8450ac0d4f791bee1e6d4d63c782d5e2a1a366
parentf03307cf4738f62569b7a6604d775133ad1c40d7
(jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
They're needed at least for NetBSD 1.5.2.
($statxfs_includes): Include those same headers.
($statxfs_includes): Include sys/vfs.h if available.
($statxfs_includes): Likewise for sys/statvfs.h.
Check for the following members in both structs statfs and statvfs:
f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
m4/prereq.m4