diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-29 09:01:36 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-31 17:53:04 -0400 |
commit | 4671125a23a2a45c14ccbb2ff4ef13b3bf14153d (patch) | |
tree | dab26d059ff677f49625d9de9bc1eb02bdb17357 /symbian | |
parent | aae687ad3fb0a39bf8b6c88bff7f361df9f5c46b (diff) | |
download | perl-4671125a23a2a45c14ccbb2ff4ef13b3bf14153d.tar.gz |
POSIX math: Configure scan for j0 and j0l.
(j0 is canary forthe Bessel functions, common math.h extensions,
not dependent on C99, j0l is its long double version.)
Diffstat (limited to 'symbian')
-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 4cd1cd2150..85ae52b878 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -247,6 +247,8 @@ d_isinf='undef' d_isinfl='undef' d_isnan='undef' d_isnanl='undef' +d_j0='undef' +d_j0l='undef' d_killpg='undef' d_lchown='undef' d_ldbl_dig='undef' |