config.h File Reference
PJLIB Main configuration settings.
More...
Go to the source code of this file.
Detailed Description
PJLIB Main configuration settings.
Define Documentation
Value:PJLIB version number consists of three bytes with the following format: 0xMMIIRR00, where MM: major number, II: minor number, RR: revision number, 00: always zero for now.
| #define PJ_VERSION_NUM_EXTRA "" |
Extra suffix for the version (e.g. "-trunk"), or empty for web release version.
| #define PJ_VERSION_NUM_MAJOR 1 |
PJLIB version major number.
| #define PJ_VERSION_NUM_MINOR 12 |
PJLIB version minor number.
| #define PJ_VERSION_NUM_REV 0 |
PJLIB version revision number.
Function Documentation
| void pj_dump_config |
( |
void |
|
) |
|
Dump configuration to log with verbosity equal to info(3).
| const char* pj_get_version |
( |
void |
|
) |
|
Get PJLIB version string.
- Returns:
- PJ_VERSION constant.
Variable Documentation