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 0cdd2aadbf1..f1a5628a020 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -264,6 +264,12 @@ /* Define to 1 if you have the <time.h> header file. */ #undef HAVE_TIME_H +/* libm includes trunc */ +#undef HAVE_TRUNC + +/* libm includes truncf */ +#undef HAVE_TRUNCF + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |