summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-29 09:01:36 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-08-31 17:53:04 -0400
commit4671125a23a2a45c14ccbb2ff4ef13b3bf14153d (patch)
treedab26d059ff677f49625d9de9bc1eb02bdb17357 /symbian
parentaae687ad3fb0a39bf8b6c88bff7f361df9f5c46b (diff)
downloadperl-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.sh2
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'