summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-02-02 17:26:16 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2015-02-02 21:39:25 -0500
commitbc580dd327b37b38d4f66d5c335b3e9fc12eaac8 (patch)
tree3470b7992ac7321d7e5c1245e61a3e59a43de36d /configure.com
parent65e96328dc059ab074d6218137c73aae8cb058e2 (diff)
downloadperl-bc580dd327b37b38d4f66d5c335b3e9fc12eaac8.tar.gz
Configure: lrintl, lroundl, llrintl, llroundl
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.com b/configure.com
index f4dbab3937..563671348e 100644
--- a/configure.com
+++ b/configure.com
@@ -3400,7 +3400,9 @@ $ d_log1p = "define"
$ d_log2 = "define"
$ d_logb = "define"
$ d_lrint = "define"
+$ d_lrintl = "define"
$ d_lround = "define"
+$ d_lroundl = "define"
$ d_nearbyint = "define"
$ d_nextafter = "define"
$ d_nexttoward = "define"
@@ -3436,7 +3438,9 @@ $ d_log1p = "undef"
$ d_log2 = "undef"
$ d_logb = "undef"
$ d_lrint = "undef"
+$ d_lrintl = "undef"
$ d_lround = "undef"
+$ d_lroundl = "undef"
$ d_nearbyint = "undef"
$ d_nextafter = "undef"
$ d_nexttoward = "undef"
@@ -6171,7 +6175,9 @@ $ WC "d_lgamma='" + d_lgamma + "'"
$ WC "d_libm_lib_version='undef'"
$ WC "d_link='" + d_link + "'"
$ WC "d_llrint='undef'"
+$ WC "d_llrintl='undef'"
$ WC "d_llround='undef'"
+$ WC "d_llroundl='undef'"
$ WC "d_llseek='undef'"
$ WC "d_localtime64='undef'"
$ WC "d_locconv='" + d_locconv + "'"
@@ -6183,7 +6189,9 @@ $ WC "d_logb='" + d_logb + "'"
$ WC "d_longdbl='" + d_longdbl + "'"
$ WC "d_longlong='" + d_longlong + "'"
$ WC "d_lrint='" + d_lrint + "'"
+$ WC "d_lrintl='" + d_lrintl + "'"
$ WC "d_lround='" + d_lround + "'"
+$ WC "d_lroundl='" + d_lroundl + "'"
$ WC "d_lseekproto='define'"
$ WC "d_lstat='" + d_lstat + "'"
$ WC "d_madvise='undef'"