From dac45916f01cde04e12671bbc954f99ad52928fe Mon Sep 17 00:00:00 2001 From: Michael Sokolov Date: Tue, 26 Dec 2000 22:16:22 +0000 Subject: bsearch.c: New file. * bsearch.c: New file. * configure.in (funcs): Add bsearch. (AC_CHECK_FUNCS): Likewise. * configure, config.in: Regenerate. From-SVN: r38492 --- libiberty/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libiberty/config.in') 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 -- cgit v1.1