Skip to content
Snippets Groups Projects
Commit 270f3abc authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added support for ULTRIX struct fs_data.

Rev: src/modules/files/acconfig.h:1.4
parent 4870d780
No related branches found
No related tags found
No related merge requests found
/* /*
* $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 #ifndef FILE_MACHINE_H
...@@ -11,9 +11,15 @@ ...@@ -11,9 +11,15 @@
/* Define if your statfs() call takes 4 arguments */ /* Define if your statfs() call takes 4 arguments */
#undef HAVE_SYSV_STATFS #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 */ /* Define if your statfs struct has the f_bavail member */
#undef HAVE_STATFS_F_BAVAIL #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. */ /* Define if your readdir_r is POSIX compatible. */
#undef HAVE_POSIX_READDIR_R #undef HAVE_POSIX_READDIR_R
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment