summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2016-06-02 19:11:12 +0100
committerAaron Crane <arc@cpan.org>2016-06-02 19:55:59 +0100
commitef55c6737a667b6853720247c181a0cbfbbe6116 (patch)
tree1b23c5a40202058b2d00e6ddd50742d33c0da49d /symbian
parentbc900e45a4498affce40e6fdd0282f3715c0b5be (diff)
downloadperl-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 'symbian')
-rw-r--r--symbian/config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh
index c21b1853b2..103a88b784 100644
--- a/symbian/config.sh
+++ b/symbian/config.sh
@@ -497,6 +497,7 @@ d_strcoll='undef'
d_strctcpy='undef'
d_strerrm='strerror(e)'
d_strerror='define'
+d_strerror_l='undef'
d_strerror_r='undef'
d_strftime='undef'
d_strlcat='undef'