aboutsummaryrefslogtreecommitdiff
path: root/lib/README.ares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-09 07:45:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-09 07:45:47 +0000
commit7beac706440f86c292e88082e78448610614d6fd (patch)
tree2aff5329e3b895d3f77c4af3a5c4dd05aa428e8a /lib/README.ares
parentb16dfbee992461cb21e639e48a94696b091b30b5 (diff)
Dominick Meglio updated the win description since we fixed the gettimeofday
name issue
Diffstat (limited to 'lib/README.ares')
-rw-r--r--lib/README.ares10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/README.ares b/lib/README.ares
index c20b2505e..402d6afdf 100644
--- a/lib/README.ares
+++ b/lib/README.ares
@@ -62,16 +62,6 @@ other projects adig/ahost seem to fail under MSVC).
Next was libcurl. I opened lib/config-win32.h and I added a:
#define USE_ARES 1
-Next thing I added was, near the HAVE_GETTIMEOFDAY checks I added:
-#ifdef USE_ARES
-#define HAVE_GETTIMEOFDAY 1
-#endif
-
-The reason is, it seems curl-ares has a gettimeofday function in it (perhaps
-this should be made static in ares to avoid this kludge?) To prevent a
-duplicate symbol error, I had to make sure libcurl didn't also try and create
-a gettimeofday() function.
-
Next thing I did was I added the path for the ares includes to the include
path, and the libares.lib to the libraries.