Searched refs:CURL_DISABLE_LDAP (Results 1 – 22 of 22) sorted by relevance
/external/curl/lib/ |
D | curl_setup.h | 160 # ifndef CURL_DISABLE_LDAP 161 # define CURL_DISABLE_LDAP macro 554 # define CURL_DISABLE_LDAP 1 macro
|
D | curl_ldap.h | 24 #ifndef CURL_DISABLE_LDAP
|
D | config-mac.h | 76 #define CURL_DISABLE_LDAP 1 macro
|
D | config-amigaos.h | 96 #define CURL_DISABLE_LDAP 1 macro
|
D | config-win32ce.h | 440 #define CURL_DISABLE_LDAP 1 macro
|
D | config-dos.h | 143 #define CURL_DISABLE_LDAP 1 macro
|
D | config-symbian.h | 54 #define CURL_DISABLE_LDAP 1 macro
|
D | config-vxworks.h | 54 #define CURL_DISABLE_LDAP 1 macro
|
D | curl_config.h | 35 #define CURL_DISABLE_LDAP 1 macro
|
D | config-riscos.h | 427 #define CURL_DISABLE_LDAP macro
|
D | config-os400.h | 450 #undef CURL_DISABLE_LDAP
|
D | version.c | 191 #ifndef CURL_DISABLE_LDAP
|
D | config-win32.h | 700 # define CURL_DISABLE_LDAP 1 macro
|
D | openldap.c | 26 #if !defined(CURL_DISABLE_LDAP) && defined(USE_OPENLDAP)
|
D | ldap.c | 25 #if !defined(CURL_DISABLE_LDAP) && !defined(USE_OPENLDAP)
|
D | curl_config.h.cmake | 31 #cmakedefine CURL_DISABLE_LDAP 1
|
D | url.c | 183 #ifndef CURL_DISABLE_LDAP
|
/external/curl/ |
D | CMakeLists.txt | 134 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 …]
|
D | configure.ac | 407 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/ |
D | os400sys.c | 54 #ifndef CURL_DISABLE_LDAP 918 #ifndef CURL_DISABLE_LDAP
|
/external/curl/packages/vms/ |
D | build_vms.com | 615 $! cc_defs = cc_defs + ", CURL_DISABLE_LDAP=1"
|
/external/curl/docs/ |
D | INSTALL | 413 CURL_DISABLE_LDAP disables LDAP
|