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 0b19387dae headers: use configure.h as 1st. header
Ensure configure.h is always 1st. included header.
Maybe we could eventually introduce gcc -include option, but for now
this better uses dependency tracking.

Also move _REENTRANT and _GNU_SOURCE into configure.h so it
doesn't need to be present in various source files.
This ensures consistent compilation of headers like stdio.h since
it may produce different declaration.
2018-12-14 15:09:13 +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 headers: use configure.h as 1st. header 2018-12-14 15:09:13 +01:00