c-ares_LIBRARY 31 changes: 18 additions & 13 deletions 31 cmake/modules/Findfmt.cmake Original file line numberDiff line numberDiff line change @@ -1,26 +1,31 @@ find_path(fmt_INCLUDE_DIR NAMES fmt/format.h) if(fmt_INCLUDE_DIR AND EXISTS "${fmt_INCLUDE_DIR}/fmt/format.h") #...
A C library for asynchronous DNS requests. Contribute to c-ares/c-ares development by creating an account on GitHub.
The autotools rewrite in c-ares 1.25 might have broken detection of __system_property_get() which is needed on Android versions prior to v8 in order to read DNS server settings. This might fix #907 Authored-By: Brad House (@bradh352)main...
The autotools rewrite in c-ares 1.25 might have broken detection of __system_property_get() which is needed on Android versions prior to v8 in order to read DNS server settings. This might fix #907 Authored-By: Brad House (@bradh352)main...
A C library for asynchronous DNS requests. Contribute to c-ares/c-ares development by creating an account on GitHub.
A C library for asynchronous DNS requests. Contribute to c-ares/c-ares development by creating an account on GitHub.