mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
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:
parent
a2cf39ce4a
commit
7c2bcc4e12
1 changed files with 3 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue