Go to the documentation of this file. 1 #ifndef H_HEADER_INTERNAL
2 #define H_HEADER_INTERNAL
11 #if !defined(__LCLINT__)
12 #include <netinet/in.h>
15 #define INDEX_MALLOC_SIZE 8
20 #define HEADER_OLDFILENAMES 1027
21 #define HEADER_BASENAMES 1117
34 #define REGION_TAG_TYPE RPM_BIN_TYPE
35 #define REGION_TAG_COUNT sizeof(struct entryInfo_s)
37 #define ENTRY_IS_REGION(_e) \
38 (((_e)->info.tag >= HEADER_IMAGE) && ((_e)->info.tag < HEADER_REGIONS))
39 #define ENTRY_IN_REGION(_e) ((_e)->info.offset < 0)
74 #define HEADERFLAG_SORTED (1 << 0)
75 #define HEADERFLAG_ALLOCATED (1 << 1)
76 #define HEADERFLAG_LEGACY (1 << 2)
77 #define HEADERFLAG_DEBUG (1 << 3)
200 #define HEADER_DUMP_INLINE 1