curl-config now shows asyncdns if built with ares enabled

This commit is contained in:
Daniel Stenberg
2003-12-08 10:00:21 +00:00
parent 0ab2dff69c
commit 437afe0767
3 changed files with 11 additions and 1 deletions

View File

@@ -7,6 +7,11 @@
Changelog
Daniel (8 December)
- Based on a patch from Dominick Meglio, curl-config --feature now outputs
'AsynchDNS' as a feature if libcurl was built with ares. The feature name
is the same that 'curl -V' outputs, for simplicity.
Daniel (3 December)
- Marty Kuhrt made the build up-to-date on VMS, and moved most of the VMS-
specific stuff in the client code to a separate header file.