]> git.sur5r.net Git - openldap/commitdiff
quick patch for NT. Need an integrated versioning mechanism...
authorKurt Zeilenga <kurt@openldap.org>
Fri, 15 Sep 2000 05:55:58 +0000 (05:55 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 15 Sep 2000 05:55:58 +0000 (05:55 +0000)
include/ldap_features.nt

index 746e7d9f3e15c3ea30336fdd5e5b80a7b9ed0c5a..9fcde6cd970609bb43a87893b6eb9d42b2c24baf 100644 (file)
 #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().