From 1d189890aeae46ca273c577f74c02fa7cbc14368 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 3 Sep 1999 07:42:40 +0000 Subject: re GNATS libgcj/3 (FileInputStream.available always returns 0) * configure: Rebuilt. * configure.in: Check for fstat function. * java/io/natFileDescriptorPosix.cc (available): Use fstat() if FIONREAD fails. This fixes PR 3 From-SVN: r29078 --- libjava/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libjava/include/config.h.in') diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 19a7adb..8dc9ecd 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -137,6 +137,9 @@ /* Define if you have the ctime_r function. */ #undef HAVE_CTIME_R +/* Define if you have the fstat function. */ +#undef HAVE_FSTAT + /* Define if you have the fsync function. */ #undef HAVE_FSYNC -- cgit v1.1