#include "package.h"
#include "pmstring.h"
Go to the source code of this file.
Enumerations | |
enum | Keyword { eAlphaUnstable, eAlphaStable, eAmd64Unstable, eAmd64Stable, eArmUnstable, eArmStable, eHppaUnstable, eHppaStable, eIa64Unstable, eIa64Stable, eMipsUnstable, eMipsStable, ePpcUnstable, ePpcStable, ePpc64Unstable, ePpc64Stable, ePpcMacOsUnstable, ePpcMacOsStable, eS390Unstable, eS390Stable, eShUnstable, eShStable, eSparcUnstable, eSparcStable, eX86Unstable, eX86Stable } |
|
Keywords for packages, all obvious. Keep in this order to allow the check if(Keyword%2==0) to be true if keyword is unstable. |