]> git.ipfire.org Git - thirdparty/curl.git/commit
c-ares: error out for unsupported versions, drop unused macros
authorViktor Szakats <commit@vsz.me>
Thu, 20 Feb 2025 16:08:38 +0000 (17:08 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 21 Feb 2025 13:12:40 +0000 (14:12 +0100)
commitfc4addbe50cc2e9dc81d88904b8d048766ff7613
tree0e45061761b9a5ba5595065d665bc9d0ba00a9c6
parentbd9f9b085aa242a5e93be0b2da96ce498d7813c4
c-ares: error out for unsupported versions, drop unused macros

Stop compilation with a clear error when build with versions older than
decribed in `docs/INTERNALS.md` and `docs/HTTPSRR.md` docs.

Also drop an unused macro and another one that's no longer used with
the required minimum c-ares version.

Closes #16407
lib/asyn-ares.c