diff options
author | DJ Delorie <dj@redhat.com> | 2000-12-26 22:19:44 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-12-26 22:19:44 +0000 |
commit | c6da642e79bb9020ac1477efddd0dd582a71e3cb (patch) | |
tree | 616b6d33a5508e5d4e9ce65750100ccf95c1c501 /libiberty/config.in | |
parent | 1122a5fc50b9205145ce01421520797075c09e48 (diff) | |
download | gdb-c6da642e79bb9020ac1477efddd0dd582a71e3cb.zip gdb-c6da642e79bb9020ac1477efddd0dd582a71e3cb.tar.gz gdb-c6da642e79bb9020ac1477efddd0dd582a71e3cb.tar.bz2 |
* 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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 5fed1cc..1fb946a 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 |