summaryrefslogtreecommitdiff
path: root/binutils/config.in
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2005-06-03 21:33:49 +0000
committerJim Wilson <wilson@tuliptree.org>2005-06-03 21:33:49 +0000
commite54cbb63956f840f8fabacf1d44d2a31ad9ff6f8 (patch)
treef42f3af03323544dbd05f393fa83a81c87dc4d51 /binutils/config.in
parent55336241fddf42a0eb21981729b84071db3dd45d (diff)
downloadbinutils-redhat-e54cbb63956f840f8fabacf1d44d2a31ad9ff6f8.tar.gz
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.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in
index 394e0661c7..ee95a12d0e 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