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 /uconfig64.sh | |
parent | 479b791bf828f8d105b334fe04ff82a4adfedcd7 (diff) | |
download | perl-bf634d4e041c3abb5408cd1f18f1c18d298012d1.tar.gz |
Add HAS_STRTOD_L to metaconfig.h and rebuild Configure
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 e2c420c65c..68111bedf2 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -509,6 +509,7 @@ d_strlcat='undef' d_strlcpy='undef' d_strnlen='undef' d_strtod='undef' +d_strtod_l='undef' d_strtol='define' d_strtold='undef' d_strtold_l='undef' |