From: Guenter Knauf Date: Tue, 5 Jul 2011 23:39:29 +0000 (+0000) Subject: Removed define which is now in ap_ldap.h. X-Git-Tag: 2.3.14^2~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cbce65f88785ea7de651d3edbc30619bbe0c102;p=thirdparty%2Fapache%2Fhttpd.git Removed define which is now in ap_ldap.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1143225 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_ldap.h b/include/util_ldap.h index d5e5b3d1ccd..45f61d0ef0a 100644 --- a/include/util_ldap.h +++ b/include/util_ldap.h @@ -28,12 +28,6 @@ #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"