summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-18 09:58:17 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-18 09:58:17 +0000
commit7520a49497776678c881e3151f4e4824f3604db8 (patch)
tree8296b4acc4cba130806c65f9898f5f88c18336c6 /libgfortran/config.h.in
parent7c01fa6c76ae21b94a3ba91a0e28c3344d3f8872 (diff)
downloadgcc-7520a49497776678c881e3151f4e4824f3604db8.tar.gz
* configure.ac: Check for presence of fcntl.
* configure: Regenerate. * config.h.in: Regenerate. * io/unix.c (set_close_on_exec): Check for HAVE_FCNTL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208634 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 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