mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/search-h: Renamed from modules/search. * modules/search-h-tests: Renamed from modules/search-tests. * modules/search-h-c++-tests: Renamed from modules/search-c++-tests. * tests/test-search-h.c: Renamed from tests/test-search.c. * tests/test-search-h-c++.cc: Renamed from tests/test-search-c++.cc. * doc/posix-headers/search.texi: Update. * modules/* (Depends-on): Update. * modules/search: New file.
34 lines
518 B
Plaintext
34 lines
518 B
Plaintext
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
|
|
|