blob: 000f0058bf1b1caa0fc780356586e1a02095d8e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ldap-nss.c.orig Sat Mar 25 00:26:47 2006
+++ ldap-nss.c Sat Mar 25 00:26:53 2006
@@ -68,7 +68,7 @@
#endif
/* Try to handle systems with both SASL libraries installed */
-#if defined(HAVE_SASL_SASL_H) && defined(HAVE_SASL_AUXPROP_REQUEST)
+#if defined(HAVE_SASL_SASL_H)
#include <sasl/sasl.h>
#elif defined(HAVE_SASL_H)
#include <sasl.h>
|