aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2011-01-27 20:22:37 +0000
committerJanne Blomqvist <jb@gcc.gnu.org>2011-01-27 20:22:37 +0000
commit47bc142891ae1b52e00a96c199cfd3d333321e8c (patch)
tree42a335833e2d4efc567b9ade20864d521a8aed79 /libgfortran/config.h.in
parent160889a9b4850d50219504d7b8c3db3572043f40 (diff)
Pr 47431 CTIME/FDATE thread-safety using ctime_r()
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@169338 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index 65414c75fc6..913628cf09b 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -318,6 +318,9 @@
/* Define to 1 if you have the `ctime' function. */
#undef HAVE_CTIME
+/* Define to 1 if you have the `ctime_r' function. */
+#undef HAVE_CTIME_R
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H