af_alg: minor style improvements
[gnulib.git] / modules / tsearch
blobffb952b8c16c5c80f6207850b5ee38c3978e1eed
1 Description:
2 Binary tree data structure.
4 Files:
5 lib/tsearch.c
6 m4/tsearch.m4
8 Depends-on:
9 search
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
17 gl_SEARCH_MODULE_INDICATOR([tsearch])
19 Makefile.am:
21 Include:
22 <search.h>
24 License:
25 LGPL
27 Maintainer:
28 all, glibc