gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 376/411: curl_setup: USE_RESOLVE_ON_IPS is for Apple native reso


From: gnunet
Subject: [gnurl] 376/411: curl_setup: USE_RESOLVE_ON_IPS is for Apple native resolver use
Date: Wed, 13 Jan 2021 01:23:11 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit d6ced230fe180588aee19ef2daf1ee55bc8de6d3
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Thu Nov 26 17:26:59 2020 +0100

    curl_setup: USE_RESOLVE_ON_IPS is for Apple native resolver use
    
    ... so don't define it when instructed to use c-ares!
---
 lib/curl_setup.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index 59fb3fd53..22def2def 100644
--- a/lib/curl_setup.h
+++ b/lib/curl_setup.h
@@ -238,7 +238,7 @@
  * interface doesn't support IPv4, but supports IPv6, NAT64, and DNS64,
  * performing this task will result in a synthesized IPv6 address.
  */
-#ifdef  __APPLE__
+#if defined(__APPLE__) && !defined(USE_ARES)
 #define USE_RESOLVE_ON_IPS 1
 #endif
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]