diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2016-10-24 22:07:46 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2016-10-28 22:04:46 -0400 |
commit | 4cb05021f1602b1c29295f791d76ba4b38426f2a (patch) | |
tree | 14fd1f8cff8ca1bae0bcf4ea57380ccedc45957b /symbian | |
parent | a8b2934d541975842b17146eaf9343dd439e5eca (diff) | |
download | perl-4cb05021f1602b1c29295f791d76ba4b38426f2a.tar.gz |
Configure: add defs summarizing doublekind/longdblkind
For windows/netware It seems that many of the recent fp definitions
have not been yet copied over there [1] [2], so went mostly by dead
reckoning [3].
[1] Note that many of them are not absolutely necessary for building.
[2] The proper updating involves doing stuff in win32, which I do not have.
[3] As far as I can tell, Windows CE does not really not have long double.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index b311521b2c..1c08bd3989 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -113,6 +113,14 @@ d_dlerror='undef' d_dlopen='undef' d_dlsymun='undef' d_dosuid='undef' +d_double_has_inf='define' +d_double_has_nan='define' +d_double_has_negative_zero='define' +d_double_has_subnormals='define' +d_double_style_cray='undef' +d_double_style_ibm='undef' +d_double_style_ieee='define' +d_double_style_vax='undef' d_drand48_r='undef' d_drand48proto='undef' d_dup2='undef' @@ -292,6 +300,11 @@ d_lockf='undef' d_log1p='undef' d_log2='undef' d_logb='undef' +d_long_double_style_ieee='undef' +d_long_double_style_ieee_doubledouble='undef' +d_long_double_style_ieee_extended='undef' +d_long_double_style_ieee_std='undef' +d_long_double_style_vax='undef' d_longdbl='undef' d_longlong='undef' d_lrint='undef' |