From b7d4af3a128f09640f4d0982d7d9b9333eadccdf Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 3 Jun 2005 21:33:49 +0000 Subject: Patch from Steve Ellcey for hpux build failure. * configure.in: Check for getc_unlocked prototype. * configure: Regenerate. * config.in: Regenerate. * strings.c (get_char): Only call getc_unlocked if we have seen a prototype. --- binutils/config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'binutils/config.in') diff --git a/binutils/config.in b/binutils/config.in index 394e066..ee95a12 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -27,6 +27,10 @@ /* Define to 1 if you have the `dcgettext' function. */ #undef HAVE_DCGETTEXT +/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you + don't. */ +#undef HAVE_DECL_GETC_UNLOCKED + /* Is the prototype for getopt in in the expected format? */ #undef HAVE_DECL_GETOPT -- cgit v1.1