Fix lutil_str*() warnings

This commit is contained in:
Kurt Zeilenga 2002-08-05 17:56:13 +00:00
parent f6a15a1bfb
commit d38d19edc1

View File

@ -24,8 +24,8 @@
#include <sasl.h>
#endif
#if SASL_VERSION_MAJOR >= 2
#include <lutil.h>
#if SASL_VERSION_MAJOR >= 2
#include <sasl/saslplug.h>
#define SASL_CONST const
#else