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.
This commit is contained in:
Kurt Zeilenga 1999-01-23 03:39:06 +00:00
parent a2cf39ce4a
commit 7c2bcc4e12

View file

@ -44,6 +44,9 @@ LDAP_BEGIN_DECL
/* We'll eventually release as 200 */ /* We'll eventually release as 200 */
#define LDAP_VENDOR_VERSION 190 #define LDAP_VENDOR_VERSION 190
/* OpenLDAP API Features */
#define LDAP_API_FEATURE_X_OPENLDAP 1
/* include LDAP_API_FEATURE defines */ /* include LDAP_API_FEATURE defines */
#include <ldap_features.h> #include <ldap_features.h>