You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/10/18 20:56:41 UTC

svn commit: r586077 - /apr/apr-util/trunk/include/apr_ldap.hw

Author: wrowe
Date: Thu Oct 18 11:56:41 2007
New Revision: 586077

URL: http://svn.apache.org/viewvc?rev=586077&view=rev
Log:
Sync to apr_ldap.h.in

Modified:
    apr/apr-util/trunk/include/apr_ldap.hw

Modified: apr/apr-util/trunk/include/apr_ldap.hw
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apr_ldap.hw?rev=586077&r1=586076&r2=586077&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apr_ldap.hw (original)
+++ apr/apr-util/trunk/include/apr_ldap.hw Thu Oct 18 11:56:41 2007
@@ -87,6 +87,13 @@
 #endif
 
 
+/*
+ * For ldap function calls that input a size limit on the number of returned elements
+ * Some SDKs do not have the define for LDAP_DEFAULT_LIMIT (-1) or LDAP_NO_LIMIT (0)
+ */
+#define APR_LDAP_SIZELIMIT LDAP_NO_LIMIT
+
+
 /* Note: Macros defining const casting has been removed in APR v1.0,
  * pending real support for LDAP v2.0 toolkits.
  *