repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
tsearch
blob
4a2b5ed230a2d8fcbc544f61f997661dccdccfa6
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 $HAVE_TWALK = 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