[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: sendmail-8.9.2 and openldap-1.1.*



John Beck wrote:
> Attached.  The long "if defined(...)" check could be made:
> "if (LDAP_API_VERSION >= foo) || (defined(...))"; perhaps Kurt
> could suggest a value for foo.

foo == 1824 or better written:

#if LDAP_API_VERSION > 1823
	/* API specification is post-RFC 1823 */
#endif