summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2014-03-18 09:58:17 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2014-03-18 09:58:17 +0000
commitb5b58343505c66dcba0f45f4eefa04bd05d6755f (patch)
tree8296b4acc4cba130806c65f9898f5f88c18336c6 /libgfortran/config.h.in
parente2110f8f2f75e6f30f7b5a5d94a65faeb9eb0629 (diff)
configure.ac: Check for presence of fcntl.
* configure.ac: Check for presence of fcntl. * configure: Regenerate. * config.h.in: Regenerate. * io/unix.c (set_close_on_exec): Check for HAVE_FCNTL. From-SVN: r208634
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 74cf35c1e40..8298f8d7812 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -360,6 +360,9 @@
/* Define to 1 if you have the `fabsl' function. */
#undef HAVE_FABSL
+/* Define to 1 if you have the `fcntl' function. */
+#undef HAVE_FCNTL
+
/* libm includes feenableexcept */
#undef HAVE_FEENABLEEXCEPT