Searched refs:USE_WIN32_LDAP (Results 1 – 8 of 8) sorted by relevance
38 #ifdef USE_WIN32_LDAP /* Use Windows LDAP implementation. */91 #if defined(USE_WIN32_LDAP)99 #if defined(USE_WIN32_LDAP)204 #if defined(USE_WIN32_LDAP) in Curl_ldap()236 #if defined(USE_WIN32_LDAP) in Curl_ldap()269 #ifdef USE_WIN32_LDAP in Curl_ldap()402 #ifdef USE_WIN32_LDAP in Curl_ldap()431 #if defined(USE_WIN32_LDAP) in Curl_ldap()442 #if defined(USE_WIN32_LDAP) in Curl_ldap()459 #if defined(USE_WIN32_LDAP) in Curl_ldap()[all …]
683 #undef USE_WIN32_LDAP687 #undef USE_WIN32_LDAP691 #define USE_WIN32_LDAP 1 macro694 #if defined(__WATCOMC__) && defined(USE_WIN32_LDAP)701 #if defined(__POCC__) && defined(USE_WIN32_LDAP)
27 defined(USE_WIN32_LDAP)) && defined(UNICODE))40 defined(USE_WIN32_LDAP)
28 defined(USE_WIN32_LDAP)) && defined(UNICODE))
412 #define USE_WIN32_LDAP 1 macro
77 #cmakedefine USE_WIN32_LDAP 1
327 option(USE_WIN32_LDAP "Use Windows LDAP implementation" ON) option328 if(USE_WIN32_LDAP)331 set(USE_WIN32_LDAP OFF) variable341 if(CMAKE_USE_OPENLDAP AND USE_WIN32_LDAP)342 message(FATAL_ERROR "Cannot use USE_WIN32_LDAP and CMAKE_USE_OPENLDAP at the same time")346 if(USE_WIN32_LDAP)
1033 AC_DEFINE(USE_WIN32_LDAP, 1, [Use Windows LDAP implementation]) definition