From fd0980cf8db1d5671981117faca02722ce672e1c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 15 Sep 2000 05:55:58 +0000 Subject: [PATCH] quick patch for NT. Need an integrated versioning mechanism... --- include/ldap_features.nt | 6 ++++++ 1 file changed, 6 insertions(+) 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(). -- 2.39.5