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 30 31 32 33
|
Description:
Binary tree data structure.
Files:
lib/tsearch.c
m4/tsearch.m4
Depends-on:
search-h
configure.ac:
gl_FUNC_TSEARCH
gl_CONDITIONAL([GL_COND_OBJ_TSEARCH],
[test $HAVE_TSEARCH = 0 || test $HAVE_TWALK = 0 || test $REPLACE_TSEARCH = 1 || test $REPLACE_TWALK = 1])
AM_COND_IF([GL_COND_OBJ_TSEARCH], [
gl_PREREQ_TSEARCH
])
gl_SEARCH_MODULE_INDICATOR([tsearch])
Makefile.am:
if GL_COND_OBJ_TSEARCH
lib_SOURCES += tsearch.c
endif
Include:
<search.h>
License:
LGPLv2+
Maintainer:
all, glibc
|