warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / rbtreehash-list
blob2b4add5546d9f0de70094b4bf2d6f5fc78db3b93
1 Description:
2 Sequential list data type implemented by a hash table with a binary tree.
4 Files:
5 lib/gl_rbtreehash_list.h
6 lib/gl_rbtreehash_list.c
7 lib/gl_anyhash_list1.h
8 lib/gl_anyhash_list2.h
9 lib/gl_anyrbtree_list1.h
10 lib/gl_anyrbtree_list2.h
11 lib/gl_anytree_list1.h
12 lib/gl_anytree_list2.h
13 lib/gl_anytreehash_list1.h
14 lib/gl_anytreehash_list2.h
16 Depends-on:
17 builtin-expect
18 list
19 rbtree-oset
20 stdint
21 xsize
23 configure.ac:
25 Makefile.am:
26 lib_SOURCES += gl_rbtreehash_list.h gl_rbtreehash_list.c gl_anyhash_list1.h gl_anyhash_list2.h gl_anyrbtree_list1.h gl_anyrbtree_list2.h gl_anytree_list1.h gl_anytree_list2.h gl_anytreehash_list1.h gl_anytreehash_list2.h
28 Include:
29 "gl_rbtreehash_list.h"
31 License:
32 GPL
34 Maintainer:
35 all