verify: new macro 'assume'
[gnulib.git] / modules / tsearch
1 Description:
2 Binary tree data structure.
3
4 Files:
5 lib/tsearch.c
6 m4/tsearch.m4
7
8 Depends-on:
9 search
10
11 configure.ac:
12 gl_FUNC_TSEARCH
13 if test $HAVE_TSEARCH = 0 || test $REPLACE_TSEARCH = 1; then
14   AC_LIBOBJ([tsearch])
15   gl_PREREQ_TSEARCH
16 fi
17 gl_SEARCH_MODULE_INDICATOR([tsearch])
18
19 Makefile.am:
20
21 Include:
22 <search.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 all, glibc
29