summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-27 20:22:37 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-27 20:22:37 +0000
commit901f3c7ad40b376520dac5c6a48e74714b83a3c3 (patch)
tree42a335833e2d4efc567b9ade20864d521a8aed79 /libgfortran/config.h.in
parent57f34837f6251c10a7b3b0eaced7f5cc92b5d948 (diff)
downloadgcc-901f3c7ad40b376520dac5c6a48e74714b83a3c3.tar.gz
Pr 47431 CTIME/FDATE thread-safety using ctime_r()
git-svn-id: svn+ssh://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