diff options
Diffstat (limited to 'extension/configh.in')
-rw-r--r-- | extension/configh.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extension/configh.in b/extension/configh.in index 82cbb8f5..d3a226a5 100644 --- a/extension/configh.in +++ b/extension/configh.in @@ -60,6 +60,9 @@ /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT +/* Define to 1 if you have the `statvfs' function. */ +#undef HAVE_STATVFS + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -89,6 +92,9 @@ /* Define to 1 if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H +/* Define to 1 if you have the <sys/statvfs.h> header file. */ +#undef HAVE_SYS_STATVFS_H + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H |