1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Wrapper for librpm headers to be passed to bindgen
// TODO: figure out why we can't include these headers (cyclic dependency)
//#include <rpm/rpmbuild.h>
//#include <rpm/rpmcallback.h>
//#include <rpm/rpmcli.h>
//#include <rpm/rpmfc.h>
//#include <rpm/rpmlib.h>
//#include <rpm/rpmspec.h>
// TODO: figure out why bindgen_test_layout_max_align_t fails with these headers
//#include <rpm/rpmbase64.h>
//#include <rpm/rpmfi.h>
//#include <rpm/rpmfileutil.h>
//#include <rpm/rpmkeyring.h>
//#include <rpm/rpmpgp.h>
//#include <rpm/rpmsign.h>
//#include <rpm/rpmstring.h>
//#include <rpm/rpmts.h>