diff options
Diffstat (limited to 'libgfortran/config.h.in')
| -rw-r--r-- | libgfortran/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 5c545497ba8..0cdd2aadbf1 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -30,6 +30,9 @@ /* Define to 1 if you have the `chdir' function. */ #undef HAVE_CHDIR +/* Define to 1 if you have the `chsize' function. */ +#undef HAVE_CHSIZE + /* complex.h exists */ #undef HAVE_COMPLEX_H @@ -69,6 +72,9 @@ /* libm includes frexpf */ #undef HAVE_FREXPF +/* Define to 1 if you have the `ftruncate' function. */ +#undef HAVE_FTRUNCATE + /* libc includes getgid */ #undef HAVE_GETGID |

