]> git.sur5r.net Git - openldap/commitdiff
Create feature file for NT build environment.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 11 Nov 1998 03:03:03 +0000 (03:03 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 11 Nov 1998 03:03:03 +0000 (03:03 +0000)
include/ldap_features.h.nt [new file with mode: 0644]

diff --git a/include/ldap_features.h.nt b/include/ldap_features.h.nt
new file mode 100644 (file)
index 0000000..78ae104
--- /dev/null
@@ -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 */