From edcd1981ea569effa03548783aa372f6b29672bd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Jan 2004 11:32:45 +0000 Subject: [PATCH] point out that this is a forked project, all c-ares specific stuff is now in README.cares --- ares/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ares/README b/ares/README index 06b5e81ce..3b3f744fc 100644 --- a/ares/README +++ b/ares/README @@ -1,3 +1,8 @@ +This is c-ares, a forked version of the original ares. The original ares +README follows below, the c-ares specific details are in README.cares + +==================================================================== + This is ares, an asynchronous resolver library. It is intended for applications which need to perform DNS queries without blocking, or need to perform multiple DNS queries in parallel. The primary