CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

Compile platform for CMPI. More...

Compile platform for CMPI.

The symbols for the compile platform have names of the format:

CMPI_PLATFORM_<os>_<mach>_<comp>

where <os> indicates the operating system, <mach> indicates the machine architecture, and <comp> indicates the C/C++ compiler.

The valid symbols for the CMPI compile platform are:

There is no default compile platform; the user of the CMPI header files needs to define exactly one of these symbols.

The cmpipl.h header file verifies that exactly one of these symbols has been defined.