mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
Use #ifndef for SASL_VERSION_FULL, new Cyrus <sasl.h> defines it now
This commit is contained in:
parent
049a1dbca0
commit
7ac0497863
1 changed files with 2 additions and 0 deletions
|
|
@ -19,8 +19,10 @@
|
|||
#include "saslutil.h"
|
||||
#include "saslplug.h"
|
||||
|
||||
#ifndef SASL_VERSION_FULL
|
||||
#define SASL_VERSION_FULL ((SASL_VERSION_MAJOR << 16) |\
|
||||
(SASL_VERSION_MINOR << 8) |SASL_VERSION_STEP)
|
||||
#endif
|
||||
|
||||
#include "plugin_common.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue