changed stio_gettime() to use clock_gettime() if available.

enhanced connect timeout handling
This commit is contained in:
2016-01-30 19:08:28 +00:00
parent 9b901e924c
commit 15652f70e4
12 changed files with 122 additions and 65 deletions

2
stio/configure vendored
View File

@ -17509,7 +17509,7 @@ _ACEOF
fi
done
for ac_func in timegm timelocal localtime_r gettimeofday settimeofday
for ac_func in timegm timelocal localtime_r gettimeofday settimeofday clock_gettime clock_settime
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"