diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-06 21:55:03 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-07 22:08:33 -0400 |
commit | 4842dad7c256d1564348893cff3bfed08dadcbe4 (patch) | |
tree | b1e84920c9271aacd8d47b24aac9611bcdb5ed8f /config_h.SH | |
parent | ed6f4477d0922cc828d8bc6fd16e08c01f7c1210 (diff) | |
download | perl-4842dad7c256d1564348893cff3bfed08dadcbe4.tar.gz |
Configure: scan for truncl.
(C99 version of aintl)
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 a05b779578..eabb617fdf 100755 --- a/config_h.SH +++ b/config_h.SH @@ -612,6 +612,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un */ #$d_truncate HAS_TRUNCATE /**/ +/* HAS_TRUNCL: + * This symbol, if defined, indicates that the truncl routine is + * available. If copysignl is also present we can emulate modfl. + */ +#$d_truncl HAS_TRUNCL /**/ + /* HAS_TZNAME: * This symbol, if defined, indicates that the tzname[] array is * available to access timezone names. |