summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-09-06 21:55:03 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-09-07 22:08:33 -0400
commit4842dad7c256d1564348893cff3bfed08dadcbe4 (patch)
treeb1e84920c9271aacd8d47b24aac9611bcdb5ed8f /configure.com
parented6f4477d0922cc828d8bc6fd16e08c01f7c1210 (diff)
downloadperl-4842dad7c256d1564348893cff3bfed08dadcbe4.tar.gz
Configure: scan for truncl.
(C99 version of aintl)
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index 56c49f7257..4707c27d95 100644
--- a/configure.com
+++ b/configure.com
@@ -3377,12 +3377,14 @@ $ d_isnanl = "define"
$ d_fp_classify = "define"
$ d_j0 = "define"
$ d_acosh = "define"
+$ d_truncl = "define"
$ ELSE
$ d_isnan = "undef"
$ d_isnanl = "undef"
$ d_fp_classify = "undef"
$ d_j0 = "undef"
$ d_acosh = "undef"
+$ d_truncl = "undef"
$ ENDIF
$!
$! Now some that we build up
@@ -6316,6 +6318,7 @@ $ WC "d_tm_tm_gmtoff='undef'"
$ WC "d_tm_tm_zone='undef'"
$ ENDIF
$ WC "d_truncate='" + d_truncate + "'"
+$ WC "d_truncl='" + d_truncl + "'"
$ WC "d_tzname='" + d_tzname + "'"
$ WC "d_u32align='define'"
$ WC "d_ualarm='" + d_ualarm + "'"