]> git.sur5r.net Git - openldap/commitdiff
Add LDAP_API_FEATURE_X_OPENLDAP to imply this implementation
authorKurt Zeilenga <kurt@openldap.org>
Sat, 23 Jan 1999 03:39:06 +0000 (03:39 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 23 Jan 1999 03:39:06 +0000 (03:39 +0000)
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

index 3d03c2ac85259a3ed4839af93066325b47c0cd33..56927161e6a20bafd0aec408cc8a81443ac5fa02 100644 (file)
@@ -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 <ldap_features.h>