From 9aac63f68e6e8d6ac456b826e7a9c41036066079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 2 Jun 1997 00:57:26 +0200 Subject: [PATCH] Added some more symbols. Rev: src/modules/files/acconfig.h:1.2 --- 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 6e33d3823c..8366484ee9 100644 --- a/src/modules/files/acconfig.h +++ b/src/modules/files/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.1 1997/05/22 16:18:50 grubba Exp $ + * $Id: acconfig.h,v 1.2 1997/06/01 22:57:26 grubba Exp $ */ #ifndef FILE_MACHINE_H @@ -8,6 +8,12 @@ @TOP@ @BOTTOM@ +/* Define if your statfs() call takes 4 arguments */ +#undef HAVE_SGI_STATFS + +/* Define if your statfs struct has the f_bavail member */ +#undef HAVE_STATFS_F_BAVAIL + /* Define if your readdir_r is POSIX compatible. */ #undef HAVE_POSIX_READDIR_R -- GitLab