Searched refs:HAVE_LDAP_SSL (Results 1 – 8 of 8) sorted by relevance
29 (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
52 # if (defined(HAVE_LDAP_SSL) && defined(HAVE_LDAP_SSL_H))159 #ifdef HAVE_LDAP_SSL268 #ifdef HAVE_LDAP_SSL in Curl_ldap()667 #if defined(HAVE_LDAP_SSL) && defined(CURL_HAS_NOVELL_LDAPSDK) in Curl_ldap()
394 #define HAVE_LDAP_SSL 1 macro
219 (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
354 #cmakedefine HAVE_LDAP_SSL 1
188 (!defined(USE_OPENLDAP) && defined(HAVE_LDAP_SSL)))
1099 # TODO check HAVE_LDAP_SSL (in autoconf this is enabled with --enable-ldaps)1102 (NOT USE_OPENLDAP AND HAVE_LDAP_SSL)))
435 AC_DEFINE(HAVE_LDAP_SSL, 1, [Use LDAPS implementation]) definition436 AC_SUBST(HAVE_LDAP_SSL, [1]) subst446 AC_DEFINE(HAVE_LDAP_SSL, 1, [Use LDAPS implementation]) definition447 AC_SUBST(HAVE_LDAP_SSL, [1]) subst3730 (test "x$USE_OPENLDAP" != "x1" && test "x$HAVE_LDAP_SSL" = "x1"); then