summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2000-12-26 22:19:44 +0000
committerDJ Delorie <dj@delorie.com>2000-12-26 22:19:44 +0000
commit09ea77d43b33b672d1f5ce32b60f487a1076d19f (patch)
tree085273e2196acf528a2a8774821d683cf41f404b /libiberty/config.in
parent8cbb3db1bb1368ddb04f0db2d735f9d398a29529 (diff)
downloadgdb-09ea77d43b33b672d1f5ce32b60f487a1076d19f.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