pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git] / modules / bitset
blob21cde24ac7c2c5debd60a31cd88d1d2db7a3b87f
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 fopen-gnu
23 gettext-h
24 obstack
25 xalloc
27 configure.ac:
28 AC_REQUIRE([AC_C_INLINE])
30 Makefile.am:
31 lib_SOURCES += bitset.c bitset/array.c bitset/stats.c \
32   bitset/table.c bitset/list.c bitset/vector.c
34 Include:
35 "bitset.h"
37 License:
38 GPLv3+
40 Maintainer:
41 Akim Demaille <akim.demaille@gmail.com>