diff options
author | Arno Töll <arno@debian.org> | 2012-10-20 02:58:14 +0200 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2012-10-20 02:58:14 +0200 |
commit | 5c4fba3ffbe778bdffe10a93d04821579601a020 (patch) | |
tree | 91be9a7f99d3988ba48b0a619479aa46a3234191 /include/util_ldap.h | |
parent | 8f9c15530d0bc387af114619b3ff3f930eb23d3c (diff) | |
download | apache2-5c4fba3ffbe778bdffe10a93d04821579601a020.tar.gz |
Imported Upstream version 2.4.3upstream/2.4.3
Diffstat (limited to 'include/util_ldap.h')
-rw-r--r-- | include/util_ldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_ldap.h b/include/util_ldap.h index fd60ba9b..3d44ba32 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -45,7 +45,7 @@ /* this whole thing disappears if LDAP is not enabled */ #if APR_HAS_LDAP -#if APR_HAS_MICROSOFT_LDAPSDK +#ifdef LDAP_UNAVAILABLE #define AP_LDAP_IS_SERVER_DOWN(s) ((s) == LDAP_SERVER_DOWN \ ||(s) == LDAP_UNAVAILABLE) #else |