summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2018-04-19 18:13:46 +0200
committerAaron Crane <arc@cpan.org>2018-04-19 18:13:46 +0200
commitbf634d4e041c3abb5408cd1f18f1c18d298012d1 (patch)
tree8cc7969ead6a58249901a413bdc824759a73672f /Configure
parent479b791bf828f8d105b334fe04ff82a4adfedcd7 (diff)
downloadperl-bf634d4e041c3abb5408cd1f18f1c18d298012d1.tar.gz
Add HAS_STRTOD_L to metaconfig.h and rebuild Configure
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/Configure b/Configure
index 4eea1b7a6b..3be9f05b7d 100755
--- a/Configure
+++ b/Configure
@@ -873,6 +873,7 @@ d_strlcat=''
d_strlcpy=''
d_strnlen=''
d_strtod=''
+d_strtod_l=''
d_strtol=''
d_strtold=''
d_strtold_l=''
@@ -18802,6 +18803,10 @@ eval $inlibc
set strtod d_strtod
eval $inlibc
+: see if strtod_l exists
+set strtod_l d_strtod_l
+eval $inlibc
+
: see if strtol exists
set strtol d_strtol
eval $inlibc
@@ -24260,6 +24265,7 @@ d_strlcat='$d_strlcat'
d_strlcpy='$d_strlcpy'
d_strnlen='$d_strnlen'
d_strtod='$d_strtod'
+d_strtod_l='$d_strtod_l'
d_strtol='$d_strtol'
d_strtold='$d_strtold'
d_strtold_l='$d_strtold_l'