Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

rpmio/rpmmacro.h File Reference

More...

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 }


Detailed Description

Definition in file rpmmacro.h.


Define Documentation

#define RMIL_CMDLINE   -7
 

Definition at line 32 of file rpmmacro.h.

#define RMIL_DEFAULT   -15
 

Markers for sources of macros added throughout rpm.

Definition at line 28 of file rpmmacro.h.

#define RMIL_GLOBAL   0
 

Definition at line 36 of file rpmmacro.h.

#define RMIL_MACROFILES   -13
 

Definition at line 29 of file rpmmacro.h.

#define RMIL_OLDSPEC   -1
 

Definition at line 35 of file rpmmacro.h.

#define RMIL_RPMRC   -11
 

Definition at line 30 of file rpmmacro.h.

#define RMIL_SPEC   -3
 

Definition at line 34 of file rpmmacro.h.

#define RMIL_TARBALL   -5
 

Definition at line 33 of file rpmmacro.h.


Typedef Documentation

typedef struct MacroContext MacroContext
 

The structure used to store the set of macros in a context.

typedef struct MacroEntry MacroEntry
 

The structure used to store a macro.

typedef enum rpmCompressedMagic_e rpmCompressedMagic
 


Enumeration Type Documentation

enum rpmCompressedMagic_e
 

Enumeration values:
COMPRESSED_NOT   not compressed
COMPRESSED_OTHER   gzip can handle
COMPRESSED_BZIP2   bzip2 can handle
COMPRESSED_ZIP   unzip can handle

Definition at line 110 of file rpmmacro.h.


Generated at Sun Apr 8 18:43:05 2001 for rpm by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000