From 270f3abc7ac70aef84c5f9a9422356ff7c8b4c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Tue, 2 Dec 1997 22:28:30 +0100 Subject: [PATCH] Added support for ULTRIX struct fs_data. Rev: src/modules/files/acconfig.h:1.4 --- 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 04b40a8253..5f1e0de3e6 100644 --- a/src/modules/files/acconfig.h +++ b/src/modules/files/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.3 1997/06/13 11:52:19 grubba Exp $ + * $Id: acconfig.h,v 1.4 1997/12/02 21:28:30 grubba Exp $ */ #ifndef FILE_MACHINE_H @@ -11,9 +11,15 @@ /* Define if your statfs() call takes 4 arguments */ #undef HAVE_SYSV_STATFS +/* Define if you have the struct statfs */ +#undef HAVE_STRUCT_STATFS + /* Define if your statfs struct has the f_bavail member */ #undef HAVE_STATFS_F_BAVAIL +/* Define if you have the struct fs_data */ +#undef HAVE_STRUCT_FS_DATA + /* Define if your readdir_r is POSIX compatible. */ #undef HAVE_POSIX_READDIR_R -- GitLab