From 428b207a69c493f7e324b2fea3043bd7d76bcd2c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 6 Nov 2008 14:10:46 +0000 Subject: * configure, config.in: Rebuild. * configure.in: Check for fileno. * bfdio.c (close_on_exec): New function. (real_fopen): Use it. (FD_CLOEXEC): New define. --- bfd/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfd/config.in') diff --git a/bfd/config.in b/bfd/config.in index f15e4ff..d1797ae 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -78,6 +78,9 @@ /* Define to 1 if you have the `fdopen' function. */ #undef HAVE_FDOPEN +/* Define to 1 if you have the `fileno' function. */ +#undef HAVE_FILENO + /* Define to 1 if you have the `fopen64' function. */ #undef HAVE_FOPEN64 -- cgit v1.1