mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#2762 tweak SASL include paths
This commit is contained in:
parent
61452ee9c7
commit
b5b036d9fb
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue