summaryrefslogtreecommitdiff
path: root/Configure
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
parent65e96328dc059ab074d6218137c73aae8cb058e2 (diff)
downloadperl-bc580dd327b37b38d4f66d5c335b3e9fc12eaac8.tar.gz
Configure: lrintl, lroundl, llrintl, llroundl
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure24
1 files changed, 24 insertions, 0 deletions
diff --git a/Configure b/Configure
index 6e7d8f1f93..034104f50c 100755
--- a/Configure
+++ b/Configure
@@ -618,7 +618,9 @@ d_lgamma_r=''
d_libm_lib_version=''
d_link=''
d_llrint=''
+d_llrintl=''
d_llround=''
+d_llroundl=''
d_localtime_r=''
d_localtime_r_needs_tzset=''
localtime_r_proto=''
@@ -634,7 +636,9 @@ longdblsize=''
d_longlong=''
longlongsize=''
d_lrint=''
+d_lrintl=''
d_lround=''
+d_lroundl=''
d_lseekproto=''
d_lstat=''
d_madvise=''
@@ -16016,10 +16020,18 @@ eval $inlibc
set llrint d_llrint
eval $inlibc
+: see if llrintl exists
+set llrintl d_llrintl
+eval $inlibc
+
: see if llround exists
set llround d_llround
eval $inlibc
+: see if llroundl exists
+set llroundl d_llroundl
+eval $inlibc
+
: see if localtime_r exists
set localtime_r d_localtime_r
eval $inlibc
@@ -16159,10 +16171,18 @@ eval $inlibc
set lrint d_lrint
eval $inlibc
+: see if lrintl exists
+set lrintl d_lrintl
+eval $inlibc
+
: see if lround exists
set lround d_lround
eval $inlibc
+: see if lroundl exists
+set lroundl d_lroundl
+eval $inlibc
+
: see if prototype for lseek is available
echo " "
set d_lseekproto lseek $i_systypes sys/types.h $i_unistd unistd.h
@@ -23981,7 +24001,9 @@ d_libm_lib_version='$d_libm_lib_version'
d_libname_unique='$d_libname_unique'
d_link='$d_link'
d_llrint='$d_llrint'
+d_llrintl='$d_llrintl'
d_llround='$d_llround'
+d_llroundl='$d_llroundl'
d_localtime64='$d_localtime64'
d_localtime_r='$d_localtime_r'
d_localtime_r_needs_tzset='$d_localtime_r_needs_tzset'
@@ -23993,7 +24015,9 @@ d_logb='$d_logb'
d_longdbl='$d_longdbl'
d_longlong='$d_longlong'
d_lrint='$d_lrint'
+d_lrintl='$d_lrintl'
d_lround='$d_lround'
+d_lroundl='$d_lroundl'
d_lseekproto='$d_lseekproto'
d_lstat='$d_lstat'
d_madvise='$d_madvise'