| Top | Home | Up | Prev | Next |
gss
# 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.
# define GSS_VERSION_NUMBER 0x010004
Pre-processor symbol with a hexadecimal value describing the header file version number. For example, when the header version is 1.2.3 this symbol will have the value 0x010203.