Searched refs:USE_WIN32_LDAP (Results 1 – 8 of 8) sorted by relevance
38 #ifdef USE_WIN32_LDAP /* Use Windows LDAP implementation. */92 #if defined(USE_WIN32_LDAP)100 #if defined(USE_WIN32_LDAP)205 #if defined(USE_WIN32_LDAP) in Curl_ldap()237 #if defined(USE_WIN32_LDAP) in Curl_ldap()270 #ifdef USE_WIN32_LDAP in Curl_ldap()403 #ifdef USE_WIN32_LDAP in Curl_ldap()432 #if defined(USE_WIN32_LDAP) in Curl_ldap()443 #if defined(USE_WIN32_LDAP) in Curl_ldap()460 #if defined(USE_WIN32_LDAP) in Curl_ldap()[all …]
681 #undef USE_WIN32_LDAP685 #undef USE_WIN32_LDAP689 #define USE_WIN32_LDAP 1 macro692 #if defined(__WATCOMC__) && defined(USE_WIN32_LDAP)699 #if defined(__POCC__) && defined(USE_WIN32_LDAP)
27 defined(USE_WIN32_LDAP)) && defined(UNICODE))40 defined(USE_WIN32_LDAP)
26 defined(USE_WIN32_LDAP)) && defined(UNICODE))
412 #define USE_WIN32_LDAP 1 macro
56 #cmakedefine USE_WIN32_LDAP 1
329 option(USE_WIN32_LDAP "Use Windows LDAP implementation" ON) option330 if(USE_WIN32_LDAP)333 set(USE_WIN32_LDAP OFF) variable343 if(CMAKE_USE_OPENLDAP AND USE_WIN32_LDAP)344 message(FATAL_ERROR "Cannot use USE_WIN32_LDAP and CMAKE_USE_OPENLDAP at the same time")348 if(NOT USE_WIN32_LDAP)
1041 AC_DEFINE(USE_WIN32_LDAP, 1, [Use Windows LDAP implementation]) definition