From 10a013f8cec5cf87c43a5b4c4b8be9732fd69b58 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 11 Nov 1998 03:03:03 +0000 Subject: [PATCH] Create feature file for NT build environment. --- include/ldap_features.h.nt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/ldap_features.h.nt diff --git a/include/ldap_features.h.nt b/include/ldap_features.h.nt new file mode 100644 index 0000000000..78ae104517 --- /dev/null +++ b/include/ldap_features.h.nt @@ -0,0 +1,16 @@ +/* + * LDAP Features + */ +#ifndef _LDAP_FEATURES_H +#define _LDAP_FEATURES_H 1 + +/* OpenLDAP Debug Support */ +#define LDAP_API_FEATURE_X_OPENLDAP_DEBUG LDAP_API_VENDOR_VERSION + +/* OpenLDAP v2 DNS */ +#define LDAP_API_FEATURE_X_OPENLDAP_V2_DNS LDAP_API_VENDOR_VERSION + +/* OpenLDAP v2 Referrals */ +#define LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS LDAP_API_VENDOR_VERSION + +#endif /* LDAP_FEATURES */ -- 2.39.5