rpm 5.3.12
|
![]() |
Files | |
file | rpmlib.h |
In Memoriam: Steve Taylor <staylor@redhat.com> was here, now he's not. | |
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). | |
Variables | |
const char * | rpmMacrofiles |
List of macro files to read when configuring rpm. |
enum rpm_machtable_e |
Build and install arch/os table identifiers.
static int rpmReadRC | ( | const char * | macrofiles | ) | [static] |
Read macro configuration file(s).
Definition at line 1064 of file rpmrc.c.
References _free(), defaultsInitialized, rpmExpand(), rpmInitMacros(), and setDefaults().
Referenced by rpmReadConfigFiles().
static void rpmSetTables | ( | int | archTable, |
int | osTable | ||
) | [static] |
archTable | |
osTable |
Definition at line 808 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().