posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / bitset
blob8c9cb7cc8956910b534ea97dd1116f0812d4394f
1 Description:
2 A common interface to several implementations of bitsets.
4 Files:
5 lib/bitset.c
6 lib/bitset.h
7 lib/bitset/array.c
8 lib/bitset/array.h
9 lib/bitset/base.h
10 lib/bitset/list.c
11 lib/bitset/list.h
12 lib/bitset/stats.c
13 lib/bitset/stats.h
14 lib/bitset/table.c
15 lib/bitset/table.h
16 lib/bitset/vector.c
17 lib/bitset/vector.h
19 Depends-on:
20 attribute
21 c99
22 ffsl
23 fopen-gnu
24 gettext-h
25 integer_length_l
26 obstack
27 xalloc
29 configure.ac:
30 AC_REQUIRE([AC_C_INLINE])
32 Makefile.am:
33 lib_SOURCES += bitset.c bitset/array.c bitset/stats.c \
34   bitset/table.c bitset/list.c bitset/vector.c
36 Include:
37 "bitset.h"
39 License:
40 GPLv3+
42 Maintainer:
43 Akim Demaille <akim.demaille@gmail.com>