Bill, William A. Rowe, Jr. schrieb: > see APU_DSO_LDAP_BUILD before building out new things? I dont care much how we finally name it - functionality counts for me; APU_DSO_LDAP_BUILD is an uncompleted attempt perhaps, but does not work at all for two reasons: - as I wrote already previously we have this in apr_ldap_init.c: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/ldap/apr_ldap_init.c?revision=661732 #if APU_DSO_BUILD #define APU_DSO_LDAP_BUILD #endif which renders APU_DSO_LDAP_BUILD totally useless since it directly depends unconditionally on APU_DSO_BUILD
- apr_ldap_stub.c does depend on APU_DSO_BUILD instead of APU_DSO_LDAP_BUILD: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/ldap/apr_ldap_stub.c?revision=720559 Gün.
