changed stio_gettime() to use clock_gettime() if available.
enhanced connect timeout handling
This commit is contained in:
2
stio/configure
vendored
2
stio/configure
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user