diff options
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. |