summaryrefslogtreecommitdiffstats
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-23 20:43:54 +0000
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2005-10-23 20:43:54 +0000
commitdaad4fd542e74d22445a05a5be91761f094d4f27 (patch)
tree5d5bd3e427e9311346a6f6558c309b3c7348fc9d /libgfortran/config.h.in
parent25b29122d906c4a4c1902a441ac3f2aecff90e5e (diff)
downloadppe42-gcc-daad4fd542e74d22445a05a5be91761f094d4f27.tar.gz
ppe42-gcc-daad4fd542e74d22445a05a5be91761f094d4f27.zip
PR libfortran/23272
* acinclude.m4 (LIBGFOR_CHECK_WORKING_STAT): New check. * configure.ac: Use LIBGFOR_CHECK_WORKING_STAT. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.h.in: Regenerate. * configure: Regenerate. * io/unix.c (compare_file_filename): Add fallback case for systems without working stat. * io/open.c (already_open): Correct call to compare_file_filename. * io/io.h: Correct proto for compare_file_filename. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105824 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 669bc153166..8d6f6d4b204 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -600,6 +600,9 @@
/* Define if target can unlink open files. */
#undef HAVE_UNLINK_OPEN_FILE
+/* Define if target has a reliable stat. */
+#undef HAVE_WORKING_STAT
+
/* libm includes y0 */
#undef HAVE_Y0
OpenPOWER on IntegriCloud