Home
last modified time | relevance | path

Searched refs:HAVE_LDAP_SSL (Results 1 – 10 of 10) sorted by relevance

/external/curl/lib/
Dcurl_ldap.h29 (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
Dldap.c52 # if (defined(HAVE_LDAP_SSL) && defined(HAVE_LDAP_SSL_H))
156 #ifdef HAVE_LDAP_SSL
330 #ifdef HAVE_LDAP_SSL in Curl_ldap()
743 #if defined(HAVE_LDAP_SSL) && defined(CURL_HAS_NOVELL_LDAPSDK) in Curl_ldap()
Dversion.c252 (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
Dconfig-win32.h701 #define HAVE_LDAP_SSL 1 macro
Dcurl_config.h.cmake366 #cmakedefine HAVE_LDAP_SSL 1
Dcurl_config.h.in400 #undef HAVE_LDAP_SSL
Durl.c177 (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
/external/curl/
DCMakeLists.txt1225 # TODO check HAVE_LDAP_SSL (in autoconf this is enabled with --enable-ldaps)
1228 (NOT USE_OPENLDAP AND HAVE_LDAP_SSL)))
Dconfigure.ac454 AC_DEFINE(HAVE_LDAP_SSL, 1, [Use LDAPS implementation]) definition
455 AC_SUBST(HAVE_LDAP_SSL, [1]) subst
465 AC_DEFINE(HAVE_LDAP_SSL, 1, [Use LDAPS implementation]) definition
466 AC_SUBST(HAVE_LDAP_SSL, [1]) subst
4620 (test "x$USE_OPENLDAP" != "x1" && test "x$HAVE_LDAP_SSL" = "x1"); then
Dconfigure19212 HAVE_LDAP_SSL=1
19233 HAVE_LDAP_SSL=1
42719 (test "x$USE_OPENLDAP" != "x1" && test "x$HAVE_LDAP_SSL" = "x1"); then