Files
RedBear-OS/local/recipes/dev/libtool/source/gnulib/modules/tsearch
T

34 lines
516 B
Plaintext

Description:
Binary tree data structure.
Files:
lib/tsearch.c
m4/tsearch.m4
Depends-on:
search
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