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