mirror of
https://github.com/curl/curl.git
synced 2026-08-02 12:00:28 +03:00
parent
9c59a6ac55
commit
179aeeaf22
1 changed files with 7 additions and 0 deletions
|
|
@ -86,6 +86,13 @@
|
||||||
#define HAVE_CARES_GETADDRINFO 1
|
#define HAVE_CARES_GETADDRINFO 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_HTTPSRR
|
||||||
|
#if ARES_VERSION < 0x011c00
|
||||||
|
#error "requires c-ares 1.28.0 or newer for HTTPSRR"
|
||||||
|
#endif
|
||||||
|
#define HTTPSRR_WORKS
|
||||||
|
#endif
|
||||||
|
|
||||||
/* The last 3 #include files should be in this order */
|
/* The last 3 #include files should be in this order */
|
||||||
#include "curl_printf.h"
|
#include "curl_printf.h"
|
||||||
#include "curl_memory.h"
|
#include "curl_memory.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue