]> git.sur5r.net Git - openldap/blob - include/ldap_features.h.nt
Add special check for pthreads under HP-UX (as last resort).
[openldap] / include / ldap_features.h.nt
1 /*
2  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms are permitted only
6  * as authorized by the OpenLDAP Public License.  A copy of this
7  * license is available at http://www.OpenLDAP.org/license.html or
8  * in file LICENSE in the top-level directory of the distribution.
9  */
10
11 /* 
12  * LDAP Features
13  */
14 #ifndef _LDAP_FEATURES_H
15 #define _LDAP_FEATURES_H 1
16
17 /* OpenLDAP Debug Support */
18 #define LDAP_API_FEATURE_X_OPENLDAP_DEBUG LDAP_API_VENDOR_VERSION
19
20 /* OpenLDAP v2 DNS */
21 /* #undef LDAP_API_FEATURE_X_OPENLDAP_V2_DNS */
22
23 /* OpenLDAP v2 Referrals */
24 #define LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS LDAP_API_VENDOR_VERSION
25
26 #endif /* LDAP_FEATURES */