From e029a72218f1d76ef793b3f198b97a477b9eed43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sun, 17 May 1998 23:02:03 +0200 Subject: [PATCH] Added some STATVFS defines. Rev: src/modules/files/acconfig.h:1.5 --- src/modules/files/acconfig.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/modules/files/acconfig.h b/src/modules/files/acconfig.h index 5f1e0de3e6..21062b220a 100644 --- a/src/modules/files/acconfig.h +++ b/src/modules/files/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.4 1997/12/02 21:28:30 grubba Exp $ + * $Id: acconfig.h,v 1.5 1998/05/17 21:02:03 grubba Exp $ */ #ifndef FILE_MACHINE_H @@ -17,6 +17,12 @@ /* Define if your statfs struct has the f_bavail member */ #undef HAVE_STATFS_F_BAVAIL +/* Define if you have the struct statvfs */ +#undef HAVE_STRUCT_STATVFS + +/* Define if your statvfs struct has the member f_basetype */ +#undef HAVE_STATVFS_F_BASETYPE + /* Define if you have the struct fs_data */ #undef HAVE_STRUCT_FS_DATA -- GitLab