document APR_LDAP_SIZELIMIT macro added after 1.2 release


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.2.x@751564 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/include/apr_ldap.h.in b/include/apr_ldap.h.in
index 49c6a4c..ac6d595 100644
--- a/include/apr_ldap.h.in
+++ b/include/apr_ldap.h.in
@@ -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
diff --git a/include/apr_ldap.hw b/include/apr_ldap.hw
index eed9dae..f148d3f 100644
--- a/include/apr_ldap.hw
+++ b/include/apr_ldap.hw
@@ -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