diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-29 20:56:20 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-29 20:56:20 +0000 |
commit | eaae69997db8331e22e67ee24541c7af32084867 (patch) | |
tree | b84f225a725d0a72b45acb270ce8b68993bf148e /libgfortran/config.h.in | |
parent | 33a1ad407922354401071b2738189e21eb010f34 (diff) | |
download | gcc-eaae69997db8331e22e67ee24541c7af32084867.tar.gz |
Fix PR40190; use localtime_r, gmtime_r, add fallback implementations
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147985 138bc75d-0d04-0410-961f-82ee72b054a4
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 |