Home
last modified time | relevance | path

Searched refs:HAVE_LDAP_SSL (Results 1 – 8 of 8) 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))
160 #ifdef HAVE_LDAP_SSL
269 #ifdef HAVE_LDAP_SSL in Curl_ldap()
668 #if defined(HAVE_LDAP_SSL) && defined(CURL_HAS_NOVELL_LDAPSDK) in Curl_ldap()
Dcurl_config.h384 #define HAVE_LDAP_SSL 1 macro
Dversion.c195 (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
Dcurl_config.h.cmake333 #cmakedefine HAVE_LDAP_SSL 1
Durl.c187 (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
/external/curl/
DCMakeLists.txt1080 # TODO check HAVE_LDAP_SSL (in autoconf this is enabled with --enable-ldaps)
1083 (NOT USE_OPENLDAP AND HAVE_LDAP_SSL)))
Dconfigure.ac432 AC_DEFINE(HAVE_LDAP_SSL, 1, [Use LDAPS implementation]) definition
433 AC_SUBST(HAVE_LDAP_SSL, [1]) subst
443 AC_DEFINE(HAVE_LDAP_SSL, 1, [Use LDAPS implementation]) definition
444 AC_SUBST(HAVE_LDAP_SSL, [1]) subst
3538 (test "x$USE_OPENLDAP" != "x1" && test "x$HAVE_LDAP_SSL" = "x1"); then