]> granicus.if.org Git - apache/blobdiff - modules/experimental/util_ldap_cache.h
Sync with APR-util deprecated functions.
[apache] / modules / experimental / util_ldap_cache.h
index e9c2937360f137f7ad1c2bff1723be6383c3c0a2..caab8b9adf51f684d9b80a4223173d8c4008a428 100644 (file)
@@ -61,7 +61,7 @@
  */
 
 /* this whole thing disappears if LDAP is not enabled */
-#ifdef APU_HAS_LDAP
+#if APR_HAS_LDAP
 
 
 /*
@@ -235,5 +235,5 @@ void util_ald_cache_remove(util_ald_cache_t *cache, void *payload);
 char *util_ald_cache_display_stats(apr_pool_t *p, util_ald_cache_t *cache,
                                  char *name);
 
-#endif /* APU_HAS_LDAP */
+#endif /* APR_HAS_LDAP */
 #endif /* APU_LDAP_CACHE_H */