From: Kurt Zeilenga Date: Sat, 23 Jan 1999 03:39:06 +0000 (+0000) Subject: Add LDAP_API_FEATURE_X_OPENLDAP to imply this implementation X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~713 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c2bcc4e12469e09a50ad2808f53de18cb9416e8;p=openldap Add LDAP_API_FEATURE_X_OPENLDAP to imply this implementation has OpenLDAP extensions. (This may be defined on non-OpenLDAP implmentations that implement features of our API). The extensions implied by this flag are TBD. --- diff --git a/include/ldap.h b/include/ldap.h index 3d03c2ac85..56927161e6 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -44,6 +44,9 @@ LDAP_BEGIN_DECL /* We'll eventually release as 200 */ #define LDAP_VENDOR_VERSION 190 +/* OpenLDAP API Features */ +#define LDAP_API_FEATURE_X_OPENLDAP 1 + /* include LDAP_API_FEATURE defines */ #include