From 61638b41a618a4323e4aa041a75afdbdc9fdaaf3 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 26 Jun 2004 04:04:51 +0000 Subject: [PATCH] MaxInt --- include/ldap.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5