Go to the source code of this file.
Compounds | |
struct | MacroContext |
struct | MacroEntry |
Defines | |
#define | RMIL_DEFAULT -15 |
Markers for sources of macros added throughout rpm. More... | |
#define | RMIL_MACROFILES -13 |
#define | RMIL_RPMRC -11 |
#define | RMIL_CMDLINE -7 |
#define | RMIL_TARBALL -5 |
#define | RMIL_SPEC -3 |
#define | RMIL_OLDSPEC -1 |
#define | RMIL_GLOBAL 0 |
Typedefs | |
typedef struct MacroEntry | MacroEntry |
typedef struct MacroContext | MacroContext |
typedef enum rpmCompressedMagic_e | rpmCompressedMagic |
Enumerations | |
enum | rpmCompressedMagic_e { COMPRESSED_NOT = 0, COMPRESSED_OTHER = 1, COMPRESSED_BZIP2 = 2, COMPRESSED_ZIP = 3 } |
Definition in file rpmmacro.h.
|
Definition at line 32 of file rpmmacro.h. |
|
Markers for sources of macros added throughout rpm.
Definition at line 28 of file rpmmacro.h. |
|
Definition at line 36 of file rpmmacro.h. |
|
Definition at line 29 of file rpmmacro.h. |
|
Definition at line 35 of file rpmmacro.h. |
|
Definition at line 30 of file rpmmacro.h. |
|
Definition at line 34 of file rpmmacro.h. |
|
Definition at line 33 of file rpmmacro.h. |
|
The structure used to store the set of macros in a context. |
|
The structure used to store a macro. |
|
|
|
Definition at line 110 of file rpmmacro.h. |