From e693d7f1bd565ae51674ee0a1cd8faa8011d4836 Mon Sep 17 00:00:00 2001 From: dannysmith Date: Sat, 23 Sep 2006 01:56:55 +0000 Subject: PR libfortran/27964 * configure.ac: Check for setmode() function. * configure: Regenerate. * config.h.in: Regenerate. * io/unix.c (output_stream): Force stdout to binary mode. (error_stream): Force stderr to binary mode. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117166 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 11f8e72e1bc..444cd2bbb0b 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -492,6 +492,9 @@ /* libm includes scalbnl */ #undef HAVE_SCALBNL +/* Define to 1 if you have the `setmode' function. */ +#undef HAVE_SETMODE + /* Define to 1 if you have the `signal' function. */ #undef HAVE_SIGNAL -- cgit v1.2.1