Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_LDAP (Results 1 – 22 of 22) sorted by relevance

/curl/lib/
H A Dcurl_ldap.h26 #ifndef CURL_DISABLE_LDAP
H A Dconfig-mac.h72 #define CURL_DISABLE_LDAP 1 macro
H A Dconfig-amigaos.h72 #define CURL_DISABLE_LDAP 1 macro
H A Dconfig-win32ce.h295 #define CURL_DISABLE_LDAP 1 macro
H A Dconfig-dos.h107 #define CURL_DISABLE_LDAP 1 macro
H A Dconfig-plan9.h32 #define CURL_DISABLE_LDAP 1 macro
H A Dconfig-riscos.h223 #define CURL_DISABLE_LDAP macro
H A Dconfig-os400.h261 #undef CURL_DISABLE_LDAP
H A Dbase64.c30 !defined(CURL_DISABLE_LDAP) || \
H A Dcurl_setup.h239 # ifndef CURL_DISABLE_LDAP
240 # define CURL_DISABLE_LDAP macro
H A Dversion.c354 #ifndef CURL_DISABLE_LDAP
H A Dcurl_sasl.c40 (!defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP))
H A Dldap.c27 #if !defined(CURL_DISABLE_LDAP) && !defined(USE_OPENLDAP)
H A Dopenldap.c28 #if !defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP)
H A Dcurl_config.h.cmake98 #cmakedefine CURL_DISABLE_LDAP 1
H A Durl.c1503 #if !defined(CURL_DISABLE_LDAP) && \ in Curl_getn_scheme_handler()
1591 #ifndef CURL_DISABLE_LDAP in Curl_getn_scheme_handler()
/curl/lib/vauth/
H A Doauth2.c31 (!defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP))
H A Dcleartext.c32 (!defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP))
/curl/
H A DCMakeLists.txt335 option(CURL_DISABLE_LDAP "Disable LDAP" OFF) option
336 mark_as_advanced(CURL_DISABLE_LDAP)
337 option(CURL_DISABLE_LDAPS "Disable LDAPS" ${CURL_DISABLE_LDAP})
403 set(CURL_DISABLE_LDAP ON) variable
1004 if(NOT CURL_DISABLE_LDAP)
1052 message(STATUS "LDAP_H not found CURL_DISABLE_LDAP set ON")
1053 set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE) variable
1056 set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE) variable
1089 if(CURL_DISABLE_LDAP)
1936 _add_if("LDAP" NOT CURL_DISABLE_LDAP)
[all …]
H A Dconfigure.ac765 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP])
766 AC_SUBST(CURL_DISABLE_LDAP, [1])
789 if test "x$CURL_DISABLE_LDAP" = "x1"; then
800 if test "x$CURL_DISABLE_LDAP" = "x1"; then
1697 if test x$CURL_DISABLE_LDAP != x1; then
1718 AC_SUBST(CURL_DISABLE_LDAP, [1])
1731 AC_SUBST(CURL_DISABLE_LDAP, [1]) subst
1739 if test x$CURL_DISABLE_LDAP != x1; then
1748 AC_SUBST(CURL_DISABLE_LDAP, [1])
1755 if test x$CURL_DISABLE_LDAP != x1; then
[all …]
/curl/packages/OS400/
H A Dos400sys.c51 #ifndef CURL_DISABLE_LDAP
512 #ifndef CURL_DISABLE_LDAP
/curl/packages/vms/
H A Dbuild_vms.com615 $! cc_defs = cc_defs + ", CURL_DISABLE_LDAP=1"

Completed in 72 milliseconds