regenerated build files

This commit is contained in:
2018-02-08 14:44:06 +00:00
parent 95b4c5e0d7
commit d78714432a
2 changed files with 21 additions and 0 deletions

12
configure vendored
View File

@ -17551,6 +17551,18 @@ _ACEOF
fi
done
for ac_func in clock_nanosleep nanosleep usleep
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"
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
cat >>confdefs.h <<_ACEOF
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
_ACEOF
fi
done
for ac_func in snprintf _vsnprintf _vsnwprintf
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`