]> git.sur5r.net Git - openldap/blob - include/ldap_features.h.nt
Added support for password prompting. (-W switch)
[openldap] / include / ldap_features.h.nt
1 /* 
2  * LDAP Features
3  */
4 #ifndef _LDAP_FEATURES_H
5 #define _LDAP_FEATURES_H 1
6
7 /* OpenLDAP Debug Support */
8 #define LDAP_API_FEATURE_X_OPENLDAP_DEBUG LDAP_API_VENDOR_VERSION
9
10 /* OpenLDAP v2 DNS */
11 /* #undef LDAP_API_FEATURE_X_OPENLDAP_V2_DNS */
12
13 /* OpenLDAP v2 Referrals */
14 #define LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS LDAP_API_VENDOR_VERSION
15
16 #endif /* LDAP_FEATURES */