Top |
#define | GSS_VERSION |
#define | GSS_VERSION_MAJOR |
#define | GSS_VERSION_MINOR |
#define | GSS_VERSION_PATCH |
#define | GSS_VERSION_NUMBER |
# define GSS_VERSION "1.0.4"
Pre-processor symbol with a string that describe the header file
version number. Used together with gss_check_version()
to verify
header file and run-time library consistency.
# define GSS_VERSION_MAJOR 1
Pre-processor symbol with a decimal value that describe the major level of the header file version number. For example, when the header version is 1.2.3 this symbol will be 1.
# define GSS_VERSION_MINOR 0
Pre-processor symbol with a decimal value that describe the minor level of the header file version number. For example, when the header version is 1.2.3 this symbol will be 2.
# define GSS_VERSION_PATCH 4
Pre-processor symbol with a decimal value that describe the patch level of the header file version number. For example, when the header version is 1.2.3 this symbol will be 3.