From e849841dca2a8b11119997585f795647c52cdcdf Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 2 Dec 2019 09:52:14 -0700 Subject: Regenerate Configure and friends after metaconfig changes A probe for wcrtomb() and one for attribute always inline have been added, and the ones for: 1) checking if there is a C backtrace facility; and 2) character data alignedness have been revised --- uconfig64.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uconfig64.sh') diff --git a/uconfig64.sh b/uconfig64.sh index a6b9901acd..65360c039e 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -55,6 +55,7 @@ d_asinh='undef' d_atanh='undef' d_atolf='undef' d_atoll='undef' +d_attribute_always_inline='undef' d_attribute_deprecated='undef' d_attribute_format='undef' d_attribute_malloc='undef' @@ -568,6 +569,7 @@ d_voidtty='' d_vsnprintf='undef' d_wait4='undef' d_waitpid='undef' +d_wcrtomb='undef' d_wcscmp='undef' d_wcstombs='undef' d_wcsxfrm='undef' -- cgit v1.2.1