summaryrefslogtreecommitdiff
path: root/modules/tsearch
blob: 6ffdf2f9bbea3f3599b72dae21f673da778dd5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
Binary tree data structure.

Files:
lib/tsearch.c
m4/tsearch.m4

Depends-on:
search

configure.ac:
gl_FUNC_TSEARCH
if test $HAVE_TSEARCH = 0 || test $HAVE_TWALK = 0 || test $REPLACE_TSEARCH = 1; then
  AC_LIBOBJ([tsearch])
  gl_PREREQ_TSEARCH
fi
gl_SEARCH_MODULE_INDICATOR([tsearch])

Makefile.am:

Include:
<search.h>

License:
LGPLv2+

Maintainer:
all, glibc