aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-29 11:32:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-29 11:32:45 +0000
commitedcd1981ea569effa03548783aa372f6b29672bd (patch)
tree0ed1178e074e74d9c8a315906ae97e0f7e6ff7ab
parentada9a9f4a1f4884e99698119361317c28143eac5 (diff)
point out that this is a forked project, all c-ares specific stuff is now
in README.cares
-rw-r--r--ares/README5
1 files changed, 5 insertions, 0 deletions
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