]> git.sesse.net Git - vlc/commit
tsearch functions: check for the presence of search.h and replace tdestroy.
authorRémi Duraffort <ivoire@videolan.org>
Tue, 7 Dec 2010 13:04:47 +0000 (14:04 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 7 Dec 2010 13:37:16 +0000 (14:37 +0100)
commitc40c90cf6fcb4df8984812af9eabedbd46be13a7
treef10b78ae6b63eede18d20b91438b0705d1827fdf
parent245dcd2771a5f4842cc89625230cb719d6b44825
tsearch functions: check for the presence of search.h and replace tdestroy.

If search.h is present but not tdestroy: implement it based on others t* functions
If search.h and tdestroy are not present: implement every t* functions.
compat/tdelete.c [deleted file]
compat/tdestroy.c
compat/tfind.c [deleted file]
compat/tsearch.c [deleted file]
compat/twalk.c [deleted file]
configure.ac
src/Makefile.am
src/extras/tdestroy.c [deleted file]