nss-pam-ldapd commit: r1271 - nss-pam-ldapd/nslcd
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1271 - nss-pam-ldapd/nslcd
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1271 - nss-pam-ldapd/nslcd
- Date: Thu, 14 Oct 2010 20:39:40 +0200 (CEST)
Author: arthur
Date: Thu Oct 14 20:39:39 2010
New Revision: 1271
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1271
Log:
simplify SASL includes
Modified:
nss-pam-ldapd/nslcd/myldap.c
Modified: nss-pam-ldapd/nslcd/myldap.c
==============================================================================
--- nss-pam-ldapd/nslcd/myldap.c Wed Oct 13 23:20:06 2010 (r1270)
+++ nss-pam-ldapd/nslcd/myldap.c Thu Oct 14 20:39:39 2010 (r1271)
@@ -62,10 +62,10 @@
#ifdef HAVE_GSSSASL_H
#include <gsssasl.h>
#endif
-/* Try to handle systems with both SASL libraries installed */
-#if defined(HAVE_SASL_SASL_H) && defined(HAVE_SASL_AUXPROP_REQUEST)
+#ifdef HAVE_SASL_SASL_H
#include <sasl/sasl.h>
-#elif defined(HAVE_SASL_H)
+#endif
+#ifdef HAVE_SASL_H
#include <sasl.h>
#endif
#include <ctype.h>
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1271 - nss-pam-ldapd/nslcd,
Commits of the nss-pam-ldapd project