At 06:25 AM 1/5/2005, [EMAIL PROTECTED] wrote: >Author: minfrin >Date: Wed Jan 5 04:25:33 2005 >New Revision: 124196 > >URL: http://svn.apache.org/viewcvs?view=rev&rev=124196 >Log: >The Microsoft version of the ldap_start_tls_s() function has 5 parameters >instead of openldap's 3. >+/* >+ * On Windows, ldap_start_tls_s is defined with 5 parameters instead >+ * of the standard 3. >+ */ >+#define APR_HAS_LDAP_START_TLS_S5 1
Wouldn't testing APR_HAS_MICROSOFT_LDAPSDK be alot cleaner than adding more HAS macros? Bill
