diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-30 09:17:11 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-31 17:53:07 -0400 |
commit | 2f6b96eb42d99b04896d80305f8877cb2440cf44 (patch) | |
tree | 828ddf85b837cde1ddc957588b9b830a29816247 /symbian/config.sh | |
parent | 935e3c48aca0518881b33f771790170d02704a26 (diff) | |
download | perl-2f6b96eb42d99b04896d80305f8877cb2440cf44.tar.gz |
POSIX math: Configure scan d_fegetround and i_fenv.
Diffstat (limited to 'symbian/config.sh')
-rw-r--r-- | symbian/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 50cf11dbdb..ba281855a4 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -136,6 +136,7 @@ d_fcntl_can_lock='undef' d_fd_macros='undef' d_fd_set='undef' d_fds_bits='undef' +d_fegetround='undef' d_fgetpos='undef' d_finite='undef' d_finitel='undef' @@ -582,6 +583,7 @@ i_dirent='define' i_dlfcn='undef' i_execinfo='undef' i_fcntl='define' +i_fenv='undef' i_float='undef' i_fp='undef' i_fp_class='undef' |