]> granicus.if.org Git - apache/blobdiff - modules/experimental/util_ldap_cache.c
Sync with APR-util deprecated functions.
[apache] / modules / experimental / util_ldap_cache.c
index 6fb2934bda80d230c15c08e48a8b907886c7cdbd..cb20f29473febf98c9e3a6f9d64369858fb4a05a 100644 (file)
@@ -64,7 +64,7 @@
 #include "util_ldap.h"
 #include "util_ldap_cache.h"
 
-#ifdef APU_HAS_LDAP
+#if APR_HAS_LDAP
 
 #if APR_HAS_SHARED_MEMORY
 #define MODLDAP_SHMEM_CACHE "/tmp/mod_ldap_cache"
@@ -331,4 +331,4 @@ apr_status_t util_ldap_cache_init(apr_pool_t *pool, util_ldap_state_t *st)
 }
 
 
-#endif /* APU_HAS_LDAP */
+#endif /* APR_HAS_LDAP */