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 /NetWare/config.wc | |
parent | 65e96328dc059ab074d6218137c73aae8cb058e2 (diff) | |
download | perl-bc580dd327b37b38d4f66d5c335b3e9fc12eaac8.tar.gz |
Configure: lrintl, lroundl, llrintl, llroundl
Diffstat (limited to 'NetWare/config.wc')
-rw-r--r-- | NetWare/config.wc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index 1ef2bc24fe..68df99e97b 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -321,7 +321,9 @@ d_lgamma_r='undef' d_libm_lib_version='undef' d_link='define' 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' @@ -333,7 +335,9 @@ d_logb='undef' d_longdbl='define' d_longlong='undef' d_lrint='undef' +d_lrintl='undef' d_lround='undef' +d_lroundl='undef' d_lseekproto='define' d_lstat='undef' d_madvise='undef' |