diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2015-02-02 17:26:16 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-02-02 21:39:25 -0500 |
commit | bc580dd327b37b38d4f66d5c335b3e9fc12eaac8 (patch) | |
tree | 3470b7992ac7321d7e5c1245e61a3e59a43de36d /uconfig.sh | |
parent | 65e96328dc059ab074d6218137c73aae8cb058e2 (diff) | |
download | perl-bc580dd327b37b38d4f66d5c335b3e9fc12eaac8.tar.gz |
Configure: lrintl, lroundl, llrintl, llroundl
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index e168f17539..5c1632efc7 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -271,7 +271,9 @@ d_lgamma_r='undef' d_libm_lib_version='undef' d_link='undef' d_llrint='undef' +d_llrintl='undef' d_llround='undef' +d_llroundl='undef' d_localtime64='undef' d_localtime_r='undef' d_localtime_r_needs_tzset='undef' @@ -283,7 +285,9 @@ d_logb='undef' d_longdbl='undef' d_longlong='undef' d_lrint='undef' +d_lrintl='undef' d_lround='undef' +d_lroundl='undef' d_lseekproto='undef' d_lstat='undef' d_madvise='undef' |