diff --git a/src/modules/files/acconfig.h b/src/modules/files/acconfig.h index 5f1e0de3e69850b3dcbaf705396810777edecc7a..21062b220aa8a585f59a7b59c70dbb397f315bb1 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