Hash :
8c15a911
Author :
Date :
2023-01-22T11:47:22
Resolve conflicts for functions introduced in Android API level 21. * lib/search.in.h (twalk): Consider REPLACE_TWALK. * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TWALK. * modules/search (Makefile.am): Substitute REPLACE_TWALK. * m4/tsearch.m4 (gl_FUNC_TSEARCH): Conditionally set REPLACE_TWALK. * modules/tsearch (configure.ac): Consider REPLACE_TWALK.
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