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

Added some STATVFS defines.

Rev: src/modules/files/acconfig.h:1.5
parent 9cf108e3
No related branches found
No related tags found
No related merge requests found
/*
* $Id: acconfig.h,v 1.4 1997/12/02 21:28:30 grubba Exp $
* $Id: acconfig.h,v 1.5 1998/05/17 21:02:03 grubba Exp $
*/
#ifndef FILE_MACHINE_H
......@@ -17,6 +17,12 @@
/* Define if your statfs struct has the f_bavail member */
#undef HAVE_STATFS_F_BAVAIL
/* 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 you have the struct fs_data */
#undef HAVE_STRUCT_FS_DATA
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment