diff --git a/src/modules/files/acconfig.h b/src/modules/files/acconfig.h index ce263d8ce72848bb91da969977a5c39a57e70c65..0f949e7f491f5f3aaeff16d502894099e9caa918 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