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))
159 #ifdef HAVE_LDAP_SSL
268 #ifdef HAVE_LDAP_SSL in Curl_ldap()
667 #if defined(HAVE_LDAP_SSL) && defined(CURL_HAS_NOVELL_LDAPSDK) in Curl_ldap()
Dcurl_config.h394 #define HAVE_LDAP_SSL 1 macro
Dversion.c219 (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
Dcurl_config.h.cmake354 #cmakedefine HAVE_LDAP_SSL 1
Durl.c188 (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
/external/curl/
DCMakeLists.txt1099 # TODO check HAVE_LDAP_SSL (in autoconf this is enabled with --enable-ldaps)
1102 (NOT USE_OPENLDAP AND HAVE_LDAP_SSL)))
Dconfigure.ac435 AC_DEFINE(HAVE_LDAP_SSL, 1, [Use LDAPS implementation]) definition
436 AC_SUBST(HAVE_LDAP_SSL, [1]) subst
446 AC_DEFINE(HAVE_LDAP_SSL, 1, [Use LDAPS implementation]) definition
447 AC_SUBST(HAVE_LDAP_SSL, [1]) subst
3730 (test "x$USE_OPENLDAP" != "x1" && test "x$HAVE_LDAP_SSL" = "x1"); then