Information about Paludis (version, build options etc).
Examples
| #define PALUDIS_BUILD_CXX "g++" |
The compiler used to build Paludis.
| #define PALUDIS_BUILD_CXXFLAGS " -O2 -D__CIARANM_WAS_HERE -pipe -march=native -pedantic" |
The CXXFLAGS used to build Paludis.
| #define PALUDIS_BUILD_DATE "2013-05-16T14:05:43+0100" |
The date when Paludis was built.
| #define PALUDIS_BUILD_HOST "snowblower" |
The host on which Paludis was built.
| #define PALUDIS_BUILD_LDFLAGS "-Wl,--as-needed" |
The LDFLAGS used to build Paludis.
| #define PALUDIS_BUILD_USER "ciaranm" |
The user who built Paludis.
| #define PALUDIS_GIT_HEAD "1.4.0" |
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 "1.4_1.4.0" |
The suffix used for so names (eg "0.30" or "0.31_15ece615").
Value:The version, two digits per part (eg 1.3.5 -> 10305).
| #define PALUDIS_VERSION_MAJOR 1 |
| #define PALUDIS_VERSION_MICRO 0 |
| #define PALUDIS_VERSION_MINOR 4 |
| #define PALUDIS_VERSION_SUFFIX "" |
The version suffix (eg "_alpha1"), often an empty string.
- Examples:
- example_about.cc.