diff options
author | Karl Williamson <khw@cpan.org> | 2019-12-02 09:52:14 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-12-03 09:28:06 -0700 |
commit | e849841dca2a8b11119997585f795647c52cdcdf (patch) | |
tree | ac66366477702eec17d38757bbbedd3d5ecd4142 /NetWare | |
parent | 2f3ca7de6e61f697ef8ce03cd34fa1037cbf4aa2 (diff) | |
download | perl-e849841dca2a8b11119997585f795647c52cdcdf.tar.gz |
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
Diffstat (limited to 'NetWare')
-rw-r--r-- | NetWare/config.wc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index 9173c9de0f..5ee6599404 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -103,6 +103,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' @@ -618,6 +619,7 @@ d_voidtty='' d_vsnprintf='undef' d_wait4='undef' d_waitpid='define' +d_wcrtomb='undef' d_wcscmp='undef' d_wcstombs='define' d_wcsxfrm='undef' |