ITS#2762 tweak SASL include paths

This commit is contained in:
Howard Chu 2003-10-11 01:24:44 +00:00
parent 61452ee9c7
commit b5b036d9fb

View file

@ -25,7 +25,11 @@
# endif
# if SASL_VERSION_MAJOR >= 2
# ifdef HAVE_SASL_SASL_H
# include <sasl/saslplug.h>
# else
# include <saslplug.h>
# endif
# define SASL_CONST const
# else
# define SASL_CONST