mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Create feature file for NT build environment.
This commit is contained in:
parent
e03d88fcc4
commit
10a013f8ce
1 changed files with 16 additions and 0 deletions
16
include/ldap_features.h.nt
Normal file
16
include/ldap_features.h.nt
Normal file
|
|
@ -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 */
|
||||
Loading…
Reference in a new issue