Hi, On Fri, Feb 14, 2003 at 04:07:20PM -0000, Brad Nicholes wrote: > --- apr_ldap.h.in 1 Jan 2003 00:02:20 -0000 1.6 > +++ apr_ldap.h.in 14 Feb 2003 16:07:19 -0000 1.7 ... > +#define APR_HAS_NETSCAPE_LDAPSDK @apu_has_ldap_netscape@ > +#define APR_HAS_NOVELL_LDAPSDK @apu_has_ldap_novell@ > +#define APR_HAS_OPENLDAP_LDAPSDK @apu_has_ldap_openldap@ > +#define APR_HAS_MICROSOFT_LDAPSDK @apu_has_ldap_microsoft@ > +#define APR_HAS_OTHER_LDAPSDK @apu_has_ldap_other@ > + > + /* define if LDAP SSL support is available > + */ > +#define APR_HAS_LDAP_SSL @apu_has_ldap_ssl@
Was there an apu-conf.m4 update to go with these changes? The current configure script doesn't seem to be defining any of these variables. $ grep -l -r apu_has_ldap_openldap . ./include/apr_ldap.h.in ./include/apr_ldap.h $