rpm
5.4.14
|
![]() |
Files | |
file | rpmlib.h |
In Memoriam: Steve Taylor stayl was here, now he's not. or@r edhat .com | |
file | macro.c |
Enumerations | |
enum | rpm_machtable_e { RPM_MACHTABLE_INSTARCH = 0, RPM_MACHTABLE_INSTOS = 1, RPM_MACHTABLE_BUILDARCH = 2, RPM_MACHTABLE_BUILDOS = 3 } |
Build and install arch/os table identifiers. More... | |
Functions | |
static void | rpmSetTables (int archTable, int osTable) |
static int | rpmReadRC (const char *macrofiles) |
Read macro configuration file(s). More... | |
Variables | |
const char * | rpmMacrofiles |
List of macro files to read when configuring rpm. More... | |
enum rpm_machtable_e |
Build and install arch/os table identifiers.
|
static |
Read macro configuration file(s).
Definition at line 1069 of file rpmrc.c.
References _free(), defaultsInitialized, NULL, rc, rpmExpand(), rpmInitMacros(), and setDefaults().
Referenced by rpmReadConfigFiles().
archTable | |
osTable |
Definition at line 817 of file rpmrc.c.
References ARCH, currTables, defaultMachine(), OS, and rebuildCompatTables().
Referenced by rpmRebuildTargetVars().
const char* rpmMacrofiles |
List of macro files to read when configuring rpm.
This is a colon separated list of files. URI's are permitted as well, identified by the token '://', so file paths must not begin with '//'.
Definition at line 62 of file macro.c.
Referenced by rpmReadConfigFiles(), and rpmShowRC().