summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-24 21:51:39 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-24 21:51:39 +0000
commitbacb1fe37333fd4e32310a9bd57e20d624e2f994 (patch)
tree2a641f6a7dbe42592aa100fae7f9736fcb97a7bd /libgfortran/config.h.in
parent8fe62af32a4fb8554ed545038513384389f2011b (diff)
downloadgcc-bacb1fe37333fd4e32310a9bd57e20d624e2f994.tar.gz
PR 47802 Use strftime for CTIME and FDATE intrinsics
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170478 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index 67fb5f075a7..a255bdccf30 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -318,12 +318,6 @@
/* libm includes ctanl */
#undef HAVE_CTANL
-/* 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
@@ -723,6 +717,9 @@
/* Define to 1 if you have the `strerror_r' function. */
#undef HAVE_STRERROR_R
+/* Define to 1 if you have the `strftime' function. */
+#undef HAVE_STRFTIME
+
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H