From: Kurt Zeilenga Date: Sat, 26 Jun 2004 04:04:51 +0000 (+0000) Subject: MaxInt X-Git-Tag: OPENLDAP_REL_ENG_2_2_15~47 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=61638b41a618a4323e4aa041a75afdbdc9fdaaf3;p=openldap MaxInt --- diff --git a/include/ldap.h b/include/ldap.h index 495da6a380..9693413ea8 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -81,6 +81,9 @@ LDAP_BEGIN_DECL #define LDAP_ALL_USER_ATTRIBUTES "*" #define LDAP_ALL_OPERATIONAL_ATTRIBUTES "+" /* RFC 3673 */ +/* RFC 2251: maxInt INTEGER ::= 2147483647 -- (2^^31 - 1) -- */ +#define LDAP_MAXINT (2147483647) + /* * LDAP_OPTions * 0x0000 - 0x0fff reserved for api options