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 562 # 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-dos.h | 143 #define CURL_DISABLE_LDAP 1 macro
|
D | config-win32ce.h | 440 #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 | 38 #define CURL_DISABLE_LDAP 1 macro
|
D | config-os400.h | 450 #undef CURL_DISABLE_LDAP
|
D | config-riscos.h | 427 #define CURL_DISABLE_LDAP macro
|
D | version.c | 215 #ifndef CURL_DISABLE_LDAP
|
D | config-win32.h | 702 # 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 | 37 #cmakedefine CURL_DISABLE_LDAP 1
|
D | url.c | 184 #ifndef CURL_DISABLE_LDAP
|
/external/curl/ |
D | CMakeLists.txt | 122 option(CURL_DISABLE_LDAP "disables LDAP" OFF) option 123 mark_as_advanced(CURL_DISABLE_LDAP) 153 set(CURL_DISABLE_LDAP ON) variable 325 if(NOT CURL_DISABLE_LDAP) 364 message(STATUS "LDAP_H not found CURL_DISABLE_LDAP set ON") 365 set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE) variable 368 message(STATUS "LDAP library '${CMAKE_LDAP_LIB}' not found CURL_DISABLE_LDAP set ON") 369 set(CURL_DISABLE_LDAP ON CACHE BOOL "" FORCE) variable 422 if(CURL_DISABLE_LDAP) 1097 _add_if("LDAP" NOT CURL_DISABLE_LDAP) [all …]
|
D | configure.ac | 410 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition 411 AC_SUBST(CURL_DISABLE_LDAP, [1]) subst 429 *) if test "x$CURL_DISABLE_LDAP" = "x1" ; then 440 if test "x$CURL_DISABLE_LDAP" = "x1" ; then 975 if test x$CURL_DISABLE_LDAP != x1 ; then 993 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition 994 AC_SUBST(CURL_DISABLE_LDAP, [1]) subst 1003 AC_DEFINE(CURL_DISABLE_LDAP, 1, [to disable LDAP]) definition 1004 AC_SUBST(CURL_DISABLE_LDAP, [1]) subst 1012 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
|