summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-12-02 09:52:14 -0700
committerKarl Williamson <khw@cpan.org>2019-12-03 09:28:06 -0700
commite849841dca2a8b11119997585f795647c52cdcdf (patch)
treeac66366477702eec17d38757bbbedd3d5ecd4142 /plan9
parent2f3ca7de6e61f697ef8ce03cd34fa1037cbf4aa2 (diff)
downloadperl-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 'plan9')
-rw-r--r--plan9/config_sh.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample
index 2c0ac15ea2..96a872f90e 100644
--- a/plan9/config_sh.sample
+++ b/plan9/config_sh.sample
@@ -116,6 +116,7 @@ d_asinh='undef'
d_atanh='undef'
d_atolf='undef'
d_atoll='define'
+d_attribute_always_inline='undef'
d_attribute_deprecated='undef'
d_attribute_format='undef'
d_attribute_malloc='undef'
@@ -628,6 +629,7 @@ d_voidtty=''
d_vsnprintf='undef'
d_wait4='undef'
d_waitpid='define'
+d_wcrtomb='undef'
d_wcscmp='undef'
d_wcstombs='define'
d_wcsxfrm='undef'