diff options
Diffstat (limited to 'sim/ppc/config.in')
-rw-r--r-- | sim/ppc/config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/ppc/config.in b/sim/ppc/config.in index c53a833c01c..53f67e6e73a 100644 --- a/sim/ppc/config.in +++ b/sim/ppc/config.in @@ -337,6 +337,9 @@ /* Define if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H +/* Define if you have the <sys/statfs.h> header file. */ +#undef HAVE_SYS_STATFS_H + /* Define if you have the <sys/termio.h> header file. */ #undef HAVE_SYS_TERMIO_H @@ -352,6 +355,9 @@ /* Define if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H +/* Define if you have the <sys/vfs.h> header file. */ +#undef HAVE_SYS_VFS_H + /* Define if you have the <time.h> header file. */ #undef HAVE_TIME_H @@ -360,3 +366,7 @@ /* Define if you have the <values.h> header file. */ #undef HAVE_VALUES_H + +/* Define if struct statfs is defined in <sys/mount.h> */ +#undef HAVE_STRUCT_STATFS + |