]> granicus.if.org Git - curl/commit
configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only
authorYang Tse <yangsita@gmail.com>
Mon, 12 May 2008 02:04:21 +0000 (02:04 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 12 May 2008 02:04:21 +0000 (02:04 +0000)
commited80eb5b0f11d70db37e8a3b0406fa906842a962
tree1be50fd602da20c0ba422ba1ef86a45a7cdc4f39
parent60dd765b3dd73bd957bff42a990ba391c843a9ff
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.
acinclude.m4
ares/acinclude.m4
ares/ares__timeval.c
ares/configure.ac
configure.ac
lib/timeval.c
src/curlutil.c
tests/libtest/testutil.c