]> git.sur5r.net Git - openldap/commitdiff
ITS#2762 tweak SASL include paths
authorHoward Chu <hyc@openldap.org>
Sat, 11 Oct 2003 01:24:44 +0000 (01:24 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 11 Oct 2003 01:24:44 +0000 (01:24 +0000)
servers/slapd/sasl.c

index 4f2a08ef43a0b46ac556a1458ce85062eaace159..34c5aadffb39cf4c80f24bef6bb3a83157470261 100644 (file)
 # 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