sasl.h | sasl.h | |||
---|---|---|---|---|
skipping to change at line 127 | skipping to change at line 127 | |||
* If the server forbids the use of "@" in user names for other | * If the server forbids the use of "@" in user names for other | |||
* purposes, this simplifies security validation. | * purposes, this simplifies security validation. | |||
*/ | */ | |||
#ifndef SASL_H | #ifndef SASL_H | |||
#define SASL_H 1 | #define SASL_H 1 | |||
/* Keep in sync with win32/common.mak */ | /* Keep in sync with win32/common.mak */ | |||
#define SASL_VERSION_MAJOR 2 | #define SASL_VERSION_MAJOR 2 | |||
#define SASL_VERSION_MINOR 1 | #define SASL_VERSION_MINOR 1 | |||
#define SASL_VERSION_STEP 22 | #define SASL_VERSION_STEP 23 | |||
/* A convenience macro: same as was defined in the OpenLDAP LDAPDB */ | /* A convenience macro: same as was defined in the OpenLDAP LDAPDB */ | |||
#define SASL_VERSION_FULL ((SASL_VERSION_MAJOR << 16) |\ | #define SASL_VERSION_FULL ((SASL_VERSION_MAJOR << 16) |\ | |||
(SASL_VERSION_MINOR << 8) | SASL_VERSION_STEP) | (SASL_VERSION_MINOR << 8) | SASL_VERSION_STEP) | |||
#include "prop.h" | #include "prop.h" | |||
/************* | /************* | |||
* Basic API * | * Basic API * | |||
*************/ | *************/ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||