Author: covener
Date: Mon Mar 9 00:59:06 2009
New Revision: 751564
URL: http://svn.apache.org/viewvc?rev=751564&view=rev
Log:
document APR_LDAP_SIZELIMIT macro added after 1.2 release
Modified:
apr/apr-util/branches/1.2.x/include/apr_ldap.h.in
apr/apr-util/branches/1.2.x/include/apr_ldap.hw
Modified: apr/apr-util/branches/1.2.x/include/apr_ldap.h.in
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/include/apr_ldap.h.in?rev=751564&r1=751563&r2=751564&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/include/apr_ldap.h.in (original)
+++ apr/apr-util/branches/1.2.x/include/apr_ldap.h.in Mon Mar 9 00:59:06 2009
@@ -99,6 +99,7 @@
* Some SDKs do not have the define for LDAP_DEFAULT_LIMIT (-1) or LDAP_NO_LIMIT (0)
* LDAP_DEFAULT_LIMIT is preferred as it allows inheritance from whatever the SDK
* or process is configured for.
+ * @bug APR_LDAP_SIZELIMIT is not part of the 1.2 API
*/
#ifdef LDAP_DEFAULT_LIMIT
#define APR_LDAP_SIZELIMIT LDAP_DEFAULT_LIMIT
Modified: apr/apr-util/branches/1.2.x/include/apr_ldap.hw
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.2.x/include/apr_ldap.hw?rev=751564&r1=751563&r2=751564&view=diff
==============================================================================
--- apr/apr-util/branches/1.2.x/include/apr_ldap.hw (original)
+++ apr/apr-util/branches/1.2.x/include/apr_ldap.hw Mon Mar 9 00:59:06 2009
@@ -92,6 +92,7 @@
* Some SDKs do not have the define for LDAP_DEFAULT_LIMIT (-1) or LDAP_NO_LIMIT (0)
* LDAP_DEFAULT_LIMIT is preferred as it allows inheritance from whatever the SDK
* or process is configured for.
+ * @bug APR_LDAP_SIZELIMIT is not part of the 1.2 API
*/
#ifdef LDAP_DEFAULT_LIMIT
#define APR_LDAP_SIZELIMIT LDAP_DEFAULT_LIMIT
|