mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:11:42 +03:00
curl_setup: USE_RESOLVE_ON_IPS is for Apple native resolver use
... so don't define it when instructed to use c-ares!
This commit is contained in:
parent
72ae6737e0
commit
d6ced230fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue