On Mar 13, 2007, at 10:58 AM, [EMAIL PROTECTED] wrote:

Author: bnicholes
Date: Tue Mar 13 10:58:28 2007
New Revision: 517793

URL: http://svn.apache.org/viewvc?view=rev&rev=517793
Log:
Add the #define APR_LDAP_SIZELIMIT that is set appropriately for
the LDAP SDK that is being used. Also include ZOS as an LDAP
Platform.

Submitted by: David Jones <oscaremma gmail com>


Modified:
    apr/apr-util/trunk/build/apu-conf.m4
    apr/apr-util/trunk/include/apr_ldap.h.in

Modified: apr/apr-util/trunk/build/apu-conf.m4
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/build/apu- conf.m4?view=diff&rev=517793&r1=517792&r2=517793 ====================================================================== ========
--- apr/apr-util/trunk/build/apu-conf.m4 (original)
+++ apr/apr-util/trunk/build/apu-conf.m4 Tue Mar 13 10:58:28 2007
@@ -219,6 +219,7 @@
 apu_has_ldap_microsoft="0"
 apu_has_ldap_netscape="0"
 apu_has_ldap_mozilla="0"
+apu_has_ldap_zos="0"
 apu_has_ldap_other="0"

AC_ARG_WITH(ldap-include,[ --with-ldap-include=path path to ldap include files with trailing slash])
@@ -320,6 +321,15 @@
apr_cv_ldap_toolkit="Mozilla"])
         fi
         if test "x$apr_cv_ldap_toolkit" = "x"; then
+          case "$host" in
+          *‑ibm‑os390)

That can't be good.  You may need a real text editor.

....Roy

Reply via email to