summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-31 19:41:11 +0000
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-31 19:41:11 +0000
commit74b918e93581bd5b5d8dfbb8240c248c4275016d (patch)
treebfeff7227b047cec60eb9fd962576f8748c6f8f0 /libgfortran/config.h.in
parent6a3c46ec49a1b183cefa10dc1d79269b18194188 (diff)
downloadgcc-74b918e93581bd5b5d8dfbb8240c248c4275016d.tar.gz
PR libfortran/31335
* intrinsics/stat.c: Only provide STAT and FSTAT library routines if stat() and fstat() library functions are available. When lstat() is not available, use stat() instead. * configure.ac: Add checks for stat, fstat and lstat. * configure: Regenerate. * config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123388 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index b6004bbe56d..fc8e73c8d40 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -378,6 +378,9 @@
/* libm includes frexpl */
#undef HAVE_FREXPL
+/* Define to 1 if you have the `fstat' function. */
+#undef HAVE_FSTAT
+
/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE
@@ -489,6 +492,9 @@
/* libm includes logl */
#undef HAVE_LOGL
+/* Define to 1 if you have the `lstat' function. */
+#undef HAVE_LSTAT
+
/* Define to 1 if you have the <math.h> header file. */
#undef HAVE_MATH_H
@@ -582,6 +588,9 @@
/* libm includes sqrtl */
#undef HAVE_SQRTL
+/* Define to 1 if you have the `stat' function. */
+#undef HAVE_STAT
+
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H