summaryrefslogtreecommitdiff
path: root/gnulib/modules/tsearch
blob: ffb952b8c16c5c80f6207850b5ee38c3978e1eed (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 $REPLACE_TSEARCH = 1; then
  AC_LIBOBJ([tsearch])
  gl_PREREQ_TSEARCH
fi
gl_SEARCH_MODULE_INDICATOR([tsearch])

Makefile.am:

Include:
<search.h>

License:
LGPL

Maintainer:
all, glibc