Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/AnonR/anonr.TX.../proc/self/root/usr/include
File: ldap_features.h
/* include/ldap_features.h. Generated from ldap_features.hin by configure. */
[0] Fix | Delete
/* $OpenLDAP$ */
[1] Fix | Delete
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
[2] Fix | Delete
*
[3] Fix | Delete
* Copyright 1998-2018 The OpenLDAP Foundation.
[4] Fix | Delete
* All rights reserved.
[5] Fix | Delete
*
[6] Fix | Delete
* Redistribution and use in source and binary forms, with or without
[7] Fix | Delete
* modification, are permitted only as authorized by the OpenLDAP
[8] Fix | Delete
* Public License.
[9] Fix | Delete
*
[10] Fix | Delete
* A copy of this license is available in file LICENSE in the
[11] Fix | Delete
* top-level directory of the distribution or, alternatively, at
[12] Fix | Delete
* <http://www.OpenLDAP.org/license.html>.
[13] Fix | Delete
*/
[14] Fix | Delete
[15] Fix | Delete
/*
[16] Fix | Delete
* LDAP Features
[17] Fix | Delete
*/
[18] Fix | Delete
[19] Fix | Delete
#ifndef _LDAP_FEATURES_H
[20] Fix | Delete
#define _LDAP_FEATURES_H 1
[21] Fix | Delete
[22] Fix | Delete
/* OpenLDAP API version macros */
[23] Fix | Delete
#define LDAP_VENDOR_VERSION 20446
[24] Fix | Delete
#define LDAP_VENDOR_VERSION_MAJOR 2
[25] Fix | Delete
#define LDAP_VENDOR_VERSION_MINOR 4
[26] Fix | Delete
#define LDAP_VENDOR_VERSION_PATCH 46
[27] Fix | Delete
[28] Fix | Delete
/*
[29] Fix | Delete
** WORK IN PROGRESS!
[30] Fix | Delete
**
[31] Fix | Delete
** OpenLDAP reentrancy/thread-safeness should be dynamically
[32] Fix | Delete
** checked using ldap_get_option().
[33] Fix | Delete
**
[34] Fix | Delete
** The -lldap implementation is not thread-safe.
[35] Fix | Delete
**
[36] Fix | Delete
** The -lldap_r implementation is:
[37] Fix | Delete
** LDAP_API_FEATURE_THREAD_SAFE (basic thread safety)
[38] Fix | Delete
** but also be:
[39] Fix | Delete
** LDAP_API_FEATURE_SESSION_THREAD_SAFE
[40] Fix | Delete
** LDAP_API_FEATURE_OPERATION_THREAD_SAFE
[41] Fix | Delete
**
[42] Fix | Delete
** The preprocessor flag LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE
[43] Fix | Delete
** can be used to determine if -lldap_r is available at compile
[44] Fix | Delete
** time. You must define LDAP_THREAD_SAFE if and only if you
[45] Fix | Delete
** link with -lldap_r.
[46] Fix | Delete
**
[47] Fix | Delete
** If you fail to define LDAP_THREAD_SAFE when linking with
[48] Fix | Delete
** -lldap_r or define LDAP_THREAD_SAFE when linking with -lldap,
[49] Fix | Delete
** provided header definations and declarations may be incorrect.
[50] Fix | Delete
**
[51] Fix | Delete
*/
[52] Fix | Delete
[53] Fix | Delete
/* is -lldap_r available or not */
[54] Fix | Delete
#define LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
[55] Fix | Delete
[56] Fix | Delete
/* LDAP v2 Referrals */
[57] Fix | Delete
/* #undef LDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS */
[58] Fix | Delete
[59] Fix | Delete
#endif /* LDAP_FEATURES */
[60] Fix | Delete
[61] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function