Skip to content
Snippets Groups Projects
Commit 7c2bcc4e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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.
parent a2cf39ce
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment