From: Kurt Zeilenga Date: Fri, 15 Sep 2000 05:55:58 +0000 (+0000) Subject: quick patch for NT. Need an integrated versioning mechanism... X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1978 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fd0980cf8db1d5671981117faca02722ce672e1c;p=openldap quick patch for NT. Need an integrated versioning mechanism... --- diff --git a/include/ldap_features.nt b/include/ldap_features.nt index 746e7d9f3e..9fcde6cd97 100644 --- a/include/ldap_features.nt +++ b/include/ldap_features.nt @@ -14,6 +14,12 @@ #ifndef _LDAP_FEATURES_H #define _LDAP_FEATURES_H 1 +/* OpenLDAP API version macros */ +#define LDAP_VENDOR_VERSION 0 +#define LDAP_VENDOR_VERSION_MAJOR 2 +#define LDAP_VENDOR_VERSION_MINOR X +#define LDAP_VENDOR_VERSION_PATCH X + /* ** OpenLDAP reentrancy/thread-safeness should be dynamically ** checked using ldap_get_option().