1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/base/data-struct
Zdenek Kabelac 18aa541ca2 configure: avoid repeative inclusion of configure.h
Since configure.h is a generated header and it's missing traditional
ifdefs preambule - it can be included & parsed multiple times.
Normally compiler is fine when defines have same value and there is
no warning - yet we don't need to parse this several times
and by adding -include  directive we can ensure every file
in the package is rightly compile with configure.h as the
first header file.
2018-12-21 19:19:50 +01:00
..
hash.c device_mapper: move hash.[hc] to base/data-struct 2018-06-08 13:54:19 +01:00
hash.h device_mapper: move hash.[hc] to base/data-struct 2018-06-08 13:54:19 +01:00
list.c base: Move list to base/data-struct 2018-06-08 11:24:18 +01:00
list.h base: Move list to base/data-struct 2018-06-08 11:24:18 +01:00
radix-tree-adaptive.c headers: use configure.h as 1st. header 2018-12-14 15:09:13 +01:00
radix-tree-simple.c [radix-tree] alternative radix-tree implementation. 2018-09-11 13:12:07 +01:00
radix-tree.c [radix-tree] alternative radix-tree implementation. 2018-09-11 13:12:07 +01:00
radix-tree.h configure: avoid repeative inclusion of configure.h 2018-12-21 19:19:50 +01:00