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 3542638b0cd..3bab479635a 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -426,6 +426,9 @@ /* libc includes getuid */ #undef HAVE_GETUID +/* Define to 1 if you have the `gmtime_r' function. */ +#undef HAVE_GMTIME_R + /* Define if the compiler has a thread header that is non single. */ #undef HAVE_GTHR_DEFAULT @@ -507,6 +510,9 @@ /* libm includes llroundl */ #undef HAVE_LLROUNDL +/* Define to 1 if you have the `localtime_r' function. */ +#undef HAVE_LOCALTIME_R + /* libm includes log */ #undef HAVE_LOG |