Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / tsearch
blob4a2b5ed230a2d8fcbc544f61f997661dccdccfa6
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 $HAVE_TWALK = 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