From c270fb02709db5e4f97d4bca25853389ad2eb2a7 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:07:33 +0200 Subject: [PATCH] Added STATVFS defines. Rev: src/modules/files/acconfig.h:1.8 --- 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 ce263d8ce7..0f949e7f49 100644 --- a/src/modules/files/acconfig.h +++ b/src/modules/files/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.7 1998/01/29 23:52:27 grubba Exp $ + * $Id: acconfig.h,v 1.8 1998/05/17 21:07:33 grubba Exp $ */ #ifndef FILE_MACHINE_H @@ -20,6 +20,12 @@ /* Define if you have the struct fs_data */ #undef HAVE_STRUCT_FS_DATA +/* 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 your readdir_r is POSIX compatible. */ #undef HAVE_POSIX_READDIR_R -- GitLab