From 7c2bcc4e12469e09a50ad2808f53de18cb9416e8 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 23 Jan 1999 03:39:06 +0000 Subject: [PATCH] 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. --- include/ldap.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5