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 /config_h.SH | |
parent | 479b791bf828f8d105b334fe04ff82a4adfedcd7 (diff) | |
download | perl-bf634d4e041c3abb5408cd1f18f1c18d298012d1.tar.gz |
Add HAS_STRTOD_L to metaconfig.h and rebuild Configure
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index da5ee5e019..f275932e21 100755 --- a/config_h.SH +++ b/config_h.SH @@ -5070,6 +5070,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_strerror_r HAS_STRERROR_R /**/ #define STRERROR_R_PROTO $strerror_r_proto /**/ +/* HAS_STRTOD_L: + * This symbol, if defined, indicates that the strtod_l routine is + * available to convert strings to long doubles. + */ +#$d_strtod_l HAS_STRTOD_L /**/ + /* HAS_STRTOLD_L: * This symbol, if defined, indicates that the strtold_l routine is * available to convert strings to long doubles. |