diff options
author | Jim Wilson <wilson@tuliptree.org> | 2005-06-03 21:33:49 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2005-06-03 21:33:49 +0000 |
commit | b7d4af3a128f09640f4d0982d7d9b9333eadccdf (patch) | |
tree | 240b195c88c6a57ec8b9ece6c42fcd624059cf19 /binutils/config.in | |
parent | 82d457f64ba1cd414364a3907d9533664f5e034b (diff) | |
download | gdb-b7d4af3a128f09640f4d0982d7d9b9333eadccdf.zip gdb-b7d4af3a128f09640f4d0982d7d9b9333eadccdf.tar.gz gdb-b7d4af3a128f09640f4d0982d7d9b9333eadccdf.tar.bz2 |
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.
Diffstat (limited to 'binutils/config.in')
-rw-r--r-- | binutils/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 <unistd.h> in the expected format? */ #undef HAVE_DECL_GETOPT |