]> granicus.if.org Git - apache/commitdiff
Removed define which is now in ap_ldap.h.
authorGuenter Knauf <fuankg@apache.org>
Tue, 5 Jul 2011 23:39:29 +0000 (23:39 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 5 Jul 2011 23:39:29 +0000 (23:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1143225 13f79535-47bb-0310-9956-ffa450edef68

include/util_ldap.h

index d5e5b3d1ccde7a5ce3ef1cefed3c546533fadeaf..45f61d0ef0a933750da5a7df69cc87ce17b02bda 100644 (file)
 #include "apr_thread_rwlock.h"
 #include "apr_tables.h"
 #include "apr_time.h"
-#if AP_HAS_MICROSOFT_LDAPSDK
-#define AP_LDAP_IS_SERVER_DOWN(s)                ((s) == LDAP_SERVER_DOWN \
-                ||(s) == LDAP_UNAVAILABLE)
-#else
-#define AP_LDAP_IS_SERVER_DOWN(s)                ((s) == LDAP_SERVER_DOWN)
-#endif
 
 #if APR_HAS_SHARED_MEMORY
 #include "apr_rmm.h"