Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_setup.h160 # ifndef CURL_DISABLE_LDAP
161 # define CURL_DISABLE_LDAP macro
554 # 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-win32ce.h440 #define CURL_DISABLE_LDAP 1 macro
Dconfig-dos.h143 #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.h35 #define CURL_DISABLE_LDAP 1 macro
Dconfig-riscos.h427 #define CURL_DISABLE_LDAP macro
Dconfig-os400.h450 #undef CURL_DISABLE_LDAP
Dversion.c191 #ifndef CURL_DISABLE_LDAP
Dconfig-win32.h700 # define CURL_DISABLE_LDAP 1 macro
Dopenldap.c26 #if !defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP)
Dldap.c25 #if !defined(CURL_DISABLE_LDAP) && !defined(USE_OPENLDAP)
Dcurl_config.h.cmake31 #cmakedefine CURL_DISABLE_LDAP 1
Durl.c183 #ifndef CURL_DISABLE_LDAP
/external/curl/
DCMakeLists.txt134 option(CURL_DISABLE_LDAP "disables LDAP" OFF) option
135 mark_as_advanced(CURL_DISABLE_LDAP)
165 set(CURL_DISABLE_LDAP ON) variable
326 if(NOT CURL_DISABLE_LDAP)
366 message(STATUS "LDAP_H not found CURL_DISABLE_LDAP set ON")
367 set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE) variable
369 message(STATUS "LDAP library '${CMAKE_LDAP_LIB}' not found CURL_DISABLE_LDAP set ON")
370 set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE) variable
421 if(CURL_DISABLE_LDAP)
1078 _add_if("LDAP" NOT CURL_DISABLE_LDAP)
[all …]
Dconfigure.ac407 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition
408 AC_SUBST(CURL_DISABLE_LDAP, [1]) subst
426 *) if test "x$CURL_DISABLE_LDAP" = "x1" ; then
437 if test "x$CURL_DISABLE_LDAP" = "x1" ; then
983 if test x$CURL_DISABLE_LDAP != x1 ; then
1001 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition
1002 AC_SUBST(CURL_DISABLE_LDAP, [1]) subst
1011 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition
1012 AC_SUBST(CURL_DISABLE_LDAP, [1]) subst
1020 if test x$CURL_DISABLE_LDAP != x1 ; then
[all …]
/external/curl/packages/OS400/
Dos400sys.c54 #ifndef CURL_DISABLE_LDAP
918 #ifndef CURL_DISABLE_LDAP
/external/curl/packages/vms/
Dbuild_vms.com615 $! cc_defs = cc_defs + ", CURL_DISABLE_LDAP=1"
/external/curl/docs/
DINSTALL413 CURL_DISABLE_LDAP disables LDAP