diff options
author | Aaron Crane <arc@cpan.org> | 2018-04-19 18:13:46 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2018-04-19 18:13:46 +0200 |
commit | bf634d4e041c3abb5408cd1f18f1c18d298012d1 (patch) | |
tree | 8cc7969ead6a58249901a413bdc824759a73672f /symbian | |
parent | 479b791bf828f8d105b334fe04ff82a4adfedcd7 (diff) | |
download | perl-bf634d4e041c3abb5408cd1f18f1c18d298012d1.tar.gz |
Add HAS_STRTOD_L to metaconfig.h and rebuild Configure
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 28969c1c48..a7a5288ea8 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -518,6 +518,7 @@ d_strlcat='undef' d_strlcpy='undef' d_strnlen='undef' d_strtod='define' +d_strtod_l='undef' d_strtol='define' d_strtold='undef' d_strtold_l='undef' |