From 7ac049786308c9350672338f9b30b381b878325f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 26 Feb 2005 03:00:30 +0000 Subject: [PATCH] Use #ifndef for SASL_VERSION_FULL, new Cyrus defines it now --- contrib/ldapsasl/ldapdb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/ldapsasl/ldapdb.c b/contrib/ldapsasl/ldapdb.c index da52ec1fba..6217e12844 100644 --- a/contrib/ldapsasl/ldapdb.c +++ b/contrib/ldapsasl/ldapdb.c @@ -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" -- 2.39.5