summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-19 19:34:16 +0000
committerJim Meyering <jim@meyering.net>2006-08-19 19:34:16 +0000
commit03ffc923e913e25ed2e1d264a384711954fd5b98 (patch)
tree9bb41c19fccf6d2cff045c92ab89b1af934487c1 /config.hin
parent0cb751080f1750fbc5f12b30a63bb712001f4c27 (diff)
downloadcoreutils-03ffc923e913e25ed2e1d264a384711954fd5b98.tar.xz
.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.hin b/config.hin
index 000030213..bf5956b3e 100644
--- a/config.hin
+++ b/config.hin
@@ -1018,6 +1018,9 @@
/* Define to 1 if `f_fsid.__val' is member of `struct statvfs'. */
#undef HAVE_STRUCT_STATVFS_F_FSID___VAL
+/* Define to 1 if `f_fstypename' is member of `struct statvfs'. */
+#undef HAVE_STRUCT_STATVFS_F_FSTYPENAME
+
/* Define to 1 if `f_namelen' is member of `struct statvfs'. */
#undef HAVE_STRUCT_STATVFS_F_NAMELEN
@@ -1453,9 +1456,15 @@
#undef MOUNTED_GETMNTENT2
/* Define if there is a function named getmntinfo for reading the list of
- mounted file systems. (4.4BSD, Darwin) */
+ mounted file systems and it returns an array of 'struct statfs'. (4.4BSD,
+ Darwin) */
#undef MOUNTED_GETMNTINFO
+/* Define if there is a function named getmntinfo for reading the list of
+ mounted file systems and it returns an array of 'struct statvfs'. (NetBSD
+ 3.0) */
+#undef MOUNTED_GETMNTINFO2
+
/* Define if there is a function named listmntent that can be used to list all
mounted file systems. (UNICOS) */
#undef MOUNTED_LISTMNTENT