mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Use #ifndef for SASL_VERSION_FULL, new Cyrus <sasl.h> defines it now
This commit is contained in:
parent
049a1dbca0
commit
7ac0497863
@ -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 New Issue
Block a user