From 7520a49497776678c881e3151f4e4824f3604db8 Mon Sep 17 00:00:00 2001 From: uweigand Date: Tue, 18 Mar 2014 09:58:17 +0000 Subject: * 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 --- libgfortran/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgfortran/config.h.in') 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 -- cgit v1.2.1