]> git.sur5r.net Git - openldap/commitdiff
Use #ifndef for SASL_VERSION_FULL, new Cyrus <sasl.h> defines it now
authorHoward Chu <hyc@openldap.org>
Sat, 26 Feb 2005 03:00:30 +0000 (03:00 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 26 Feb 2005 03:00:30 +0000 (03:00 +0000)
contrib/ldapsasl/ldapdb.c

index da52ec1fba4bf950b78000ab43c344fb34ea200b..6217e128443141c087c4bb513853a57d4fbb253c 100644 (file)
 #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"