diff options
Diffstat (limited to 'modules/ldap/util_ldap_cache.c')
-rw-r--r-- | modules/ldap/util_ldap_cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ldap/util_ldap_cache.c b/modules/ldap/util_ldap_cache.c index 87642e114a..19b62f2a68 100644 --- a/modules/ldap/util_ldap_cache.c +++ b/modules/ldap/util_ldap_cache.c @@ -27,7 +27,7 @@ #include "util_ldap_cache.h" #include <apr_strings.h> -#if APR_HAS_LDAP +#if AP_HAS_LDAP /* ------------------------------------------------------------------ */ @@ -461,4 +461,4 @@ apr_status_t util_ldap_cache_init(apr_pool_t *pool, util_ldap_state_t *st) } -#endif /* APR_HAS_LDAP */ +#endif /* AP_HAS_LDAP */ |