diff options
author | DJ Delorie <dj@delorie.com> | 2000-12-26 22:19:44 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2000-12-26 22:19:44 +0000 |
commit | 09ea77d43b33b672d1f5ce32b60f487a1076d19f (patch) | |
tree | 085273e2196acf528a2a8774821d683cf41f404b /libiberty/config.in | |
parent | 8cbb3db1bb1368ddb04f0db2d735f9d398a29529 (diff) | |
download | gdb-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.in | 3 |
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 |