About
[Paludis]


Files

file  about.hh
file  example_about.cc

Defines

#define PALUDIS_PACKAGE   "paludis"
#define PALUDIS_VERSION_MAJOR   0
#define PALUDIS_VERSION_MINOR   40
#define PALUDIS_VERSION_MICRO   1
#define PALUDIS_PC_SLOT   "0.40"
#define PALUDIS_VERSION_SUFFIX   ""
#define PALUDIS_VERSION
#define PALUDIS_GIT_HEAD   ""
#define PALUDIS_BUILD_CXXFLAGS   " -O2"
#define PALUDIS_BUILD_LDFLAGS   ""
#define PALUDIS_BUILD_CXX   "g++"
#define PALUDIS_BUILD_USER   "root"
#define PALUDIS_BUILD_HOST   "werner"
#define PALUDIS_BUILD_DATE   "2009-09-21T10:06:59-0300"

Detailed Description

Information about Paludis (version, build options etc).

Examples


Define Documentation

#define PALUDIS_BUILD_CXX   "g++"

The compiler used to build Paludis.

#define PALUDIS_BUILD_CXXFLAGS   " -O2"

The CXXFLAGS used to build Paludis.

#define PALUDIS_BUILD_DATE   "2009-09-21T10:06:59-0300"

The date when Paludis was built.

#define PALUDIS_BUILD_HOST   "werner"

The host on which Paludis was built.

#define PALUDIS_BUILD_LDFLAGS   ""

The LDFLAGS used to build Paludis.

#define PALUDIS_BUILD_USER   "root"

The user who built Paludis.

#define PALUDIS_GIT_HEAD   ""

The Git head used to build this binary, if applicable (eg "deadbeef" or "1.0.0-40-f00-dirty" or "").

Since:
0.28
Examples:
example_about.cc.

#define PALUDIS_PACKAGE   "paludis"

The package name (eg Paludis).

#define PALUDIS_PC_SLOT   "0.40"

The suffix used for so names (eg "0.30" or "0.31_15ece615").

#define PALUDIS_VERSION

Value:

The version, two digits per part (eg 1.3.5 -> 10305).

#define PALUDIS_VERSION_MAJOR   0

The major version (eg 0.4.1 -> 0).

Examples:
example_about.cc.

#define PALUDIS_VERSION_MICRO   1

The micro version (eg 0.4.1 -> 1).

Examples:
example_about.cc.

#define PALUDIS_VERSION_MINOR   40

The minor version (eg 0.4.1 -> 4).

Examples:
example_about.cc.

#define PALUDIS_VERSION_SUFFIX   ""

The version suffix (eg "_alpha1"), often an empty string.

Examples:
example_about.cc.


Generated on Mon Sep 21 10:36:09 2009 for paludis by  doxygen 1.5.4