Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_setup.h160 # ifndef CURL_DISABLE_LDAP
161 # define CURL_DISABLE_LDAP macro
625 # define CURL_DISABLE_LDAP 1 macro
Dcurl_ldap.h24 #ifndef CURL_DISABLE_LDAP
Dconfig-mac.h76 #define CURL_DISABLE_LDAP 1 macro
Dconfig-amigaos.h96 #define CURL_DISABLE_LDAP 1 macro
Dconfig-dos.h146 #define CURL_DISABLE_LDAP 1 macro
Dconfig-win32ce.h440 #define CURL_DISABLE_LDAP 1 macro
Dconfig-symbian.h54 #define CURL_DISABLE_LDAP 1 macro
Dconfig-vxworks.h54 #define CURL_DISABLE_LDAP 1 macro
Dcurl_config.h44 #define CURL_DISABLE_LDAP 1 macro
Dconfig-riscos.h427 #define CURL_DISABLE_LDAP macro
Dconfig-os400.h459 #undef CURL_DISABLE_LDAP
Dconfig-win32.h706 # define CURL_DISABLE_LDAP 1 macro
Dversion.c257 #ifndef CURL_DISABLE_LDAP
Dopenldap.c26 #if !defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP)
Dldap.c25 #if !defined(CURL_DISABLE_LDAP) && !defined(USE_OPENLDAP)
Dcurl_config.h.in43 #undef CURL_DISABLE_LDAP
Dcurl_config.h.cmake40 #cmakedefine CURL_DISABLE_LDAP 1
Durl.c173 #ifndef CURL_DISABLE_LDAP
/external/curl/
DCMakeLists.txt140 option(CURL_DISABLE_LDAP "disables LDAP" OFF) option
141 mark_as_advanced(CURL_DISABLE_LDAP)
171 set(CURL_DISABLE_LDAP ON) variable
393 if(NOT CURL_DISABLE_LDAP)
432 message(STATUS "LDAP_H not found CURL_DISABLE_LDAP set ON")
433 set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE) variable
436 message(STATUS "LDAP library '${CMAKE_LDAP_LIB}' not found CURL_DISABLE_LDAP set ON")
437 set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE) variable
489 if(CURL_DISABLE_LDAP)
1223 _add_if("LDAP" NOT CURL_DISABLE_LDAP)
[all …]
Dconfigure.ac428 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition
429 AC_SUBST(CURL_DISABLE_LDAP, [1]) subst
447 *) if test "x$CURL_DISABLE_LDAP" = "x1" ; then
458 if test "x$CURL_DISABLE_LDAP" = "x1" ; then
1115 if test x$CURL_DISABLE_LDAP != x1 ; then
1133 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition
1134 AC_SUBST(CURL_DISABLE_LDAP, [1]) subst
1143 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition
1144 AC_SUBST(CURL_DISABLE_LDAP, [1]) subst
1152 if test x$CURL_DISABLE_LDAP != x1 ; then
[all …]
Dconfigure19114 CURL_DISABLE_LDAP=1
19143 *) if test "x$CURL_DISABLE_LDAP" = "x1" ; then
19164 if test "x$CURL_DISABLE_LDAP" = "x1" ; then
21118 if test x$CURL_DISABLE_LDAP != x1 ; then
21498 CURL_DISABLE_LDAP=1
21616 CURL_DISABLE_LDAP=1
21628 if test x$CURL_DISABLE_LDAP != x1 ; then
21681 CURL_DISABLE_LDAP=1
21694 if test x$CURL_DISABLE_LDAP != x1 ; then
41144 if test "x$CURL_DISABLE_LDAP" != "x1"; then
/external/curl/packages/OS400/
Dos400sys.c54 #ifndef CURL_DISABLE_LDAP
943 #ifndef CURL_DISABLE_LDAP
/external/curl/packages/vms/
Dbuild_vms.com615 $! cc_defs = cc_defs + ", CURL_DISABLE_LDAP=1"
/external/curl/docs/
DINSTALL.md191 - `CURL_DISABLE_LDAP` disables LDAP