summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-12-26 22:19:44 +0000
committerDJ Delorie <dj@redhat.com>2000-12-26 22:19:44 +0000
commitc6da642e79bb9020ac1477efddd0dd582a71e3cb (patch)
tree616b6d33a5508e5d4e9ce65750100ccf95c1c501 /libiberty/config.in
parent1122a5fc50b9205145ce01421520797075c09e48 (diff)
downloadbinutils-gdb-c6da642e79bb9020ac1477efddd0dd582a71e3cb.tar.gz
* bsearch.c: New file.
* configure.in (funcs): Add bsearch. (AC_CHECK_FUNCS): Likewise. * configure, config.in: Regenerate.
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 5fed1ccc834..1fb946afccd 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -67,6 +67,9 @@
/* Define if you have the bcopy function. */
#undef HAVE_BCOPY
+/* Define if you have the bsearch function. */
+#undef HAVE_BSEARCH
+
/* Define if you have the bzero function. */
#undef HAVE_BZERO