]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(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)
commita3eb51b0e2cce0add7542f613badc6fb305b6336
tree7e976a4b2b5869a6bbabbe578c9585542341df56
parent6d3ea70cf7f29839fc72f095aefdcc982ba1f24a
(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