-
- Downloads
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.
Showing
- acinclude.m4 93 additions, 51 deletionsacinclude.m4
- ares/acinclude.m4 93 additions, 51 deletionsares/acinclude.m4
- ares/ares__timeval.c 1 addition, 1 deletionares/ares__timeval.c
- ares/configure.ac 3 additions, 2 deletionsares/configure.ac
- configure.ac 3 additions, 2 deletionsconfigure.ac
- lib/timeval.c 1 addition, 1 deletionlib/timeval.c
- src/curlutil.c 1 addition, 1 deletionsrc/curlutil.c
- tests/libtest/testutil.c 1 addition, 1 deletiontests/libtest/testutil.c
Loading
Please register or sign in to comment