From bc580dd327b37b38d4f66d5c335b3e9fc12eaac8 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 2 Feb 2015 17:26:16 -0500 Subject: Configure: lrintl, lroundl, llrintl, llroundl --- plan9/config_sh.sample | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plan9') diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 82a4f162c9..7387c47a96 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -332,7 +332,9 @@ d_lgamma_r='undef' d_libm_lib_version='0' 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' @@ -344,7 +346,9 @@ d_logb='undef' d_longdbl='define' d_longlong='define' d_lrint='undef' +d_lrintl='undef' d_lround='undef' +d_lroundl='undef' d_lseekproto='undef' d_lstat='define' d_madvise='undef' -- cgit v1.2.1