Skip to content
Snippets Groups Projects
Unverified Commit eb41d6a8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixup the feature order

parent f15c2e30
No related merge requests found
...@@ -461,12 +461,12 @@ static const struct feat features_table[] = { ...@@ -461,12 +461,12 @@ static const struct feat features_table[] = {
#ifndef CURL_DISABLE_ALTSVC #ifndef CURL_DISABLE_ALTSVC
FEATURE("alt-svc", NULL, CURL_VERSION_ALTSVC), FEATURE("alt-svc", NULL, CURL_VERSION_ALTSVC),
#endif #endif
#ifdef CURLRES_ASYNCH
FEATURE("AsynchDNS", NULL, CURL_VERSION_ASYNCHDNS),
#endif
#if defined(USE_ARES) && defined(CURLRES_THREADED) && defined(USE_HTTPSRR) #if defined(USE_ARES) && defined(CURLRES_THREADED) && defined(USE_HTTPSRR)
FEATURE("asyn-rr", NULL, 0), FEATURE("asyn-rr", NULL, 0),
#endif #endif
#ifdef CURLRES_ASYNCH
FEATURE("AsynchDNS", NULL, CURL_VERSION_ASYNCHDNS),
#endif
#ifdef HAVE_BROTLI #ifdef HAVE_BROTLI
FEATURE("brotli", NULL, CURL_VERSION_BROTLI), FEATURE("brotli", NULL, CURL_VERSION_BROTLI),
#endif #endif
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment