1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 14:59:47 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
63627fa5ab remove all $Id$ lines 2010-03-27 19:42:02 +01:00
a82a8fbf82 Renamed c-ares setup.h to ares_setup.h 2009-11-02 11:55:53 +00:00
cd1f1d080c fallback to gettimeofday when monotonic clock is unavailable at run-time 2008-07-02 03:04:56 +00:00
0129767bf9 if'def out private function ares__tvdiff(), it is not in use yet. 2008-05-20 01:24:19 +00:00
e8603c5bee configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only
when function clock_gettime() is available and the monotonic timer is
also available. Otherwise, in some cases, librt or libposix4 could be used
for linking even when finally not using the clock_gettime() function due
to lack of the monotonic clock.
2008-05-12 02:04:22 +00:00
8e4de09b99 fix syntax error: missing semicolon 2008-05-10 23:50:55 +00:00
0848b4fdaa Use monotonic time source if available. 2008-05-09 16:30:24 +00:00