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