diff options
author | Aaron Crane <arc@cpan.org> | 2016-06-02 19:11:12 +0100 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2016-06-02 19:55:59 +0100 |
commit | ef55c6737a667b6853720247c181a0cbfbbe6116 (patch) | |
tree | 1b23c5a40202058b2d00e6ddd50742d33c0da49d /uconfig64.sh | |
parent | bc900e45a4498affce40e6fdd0282f3715c0b5be (diff) | |
download | perl-ef55c6737a667b6853720247c181a0cbfbbe6116.tar.gz |
Add Configure probe for strerror_l()
As requested by khw++
Until the relevant symbol is used, HAS_STRERROR_L must be mentioned
explicitly in metaconfig.h.
This corresponds to metaconfig d0838744f03cfe7642950ea91dd48f575d0bfd15.
Diffstat (limited to 'uconfig64.sh')
-rw-r--r-- | uconfig64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig64.sh b/uconfig64.sh index 9ecc6e3536..6efaf44269 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -489,6 +489,7 @@ d_strcoll='undef' d_strctcpy='undef' d_strerrm='strerror(e)' d_strerror='undef' +d_strerror_l='undef' d_strerror_r='undef' d_strftime='undef' d_strlcat='undef' |