summaryrefslogtreecommitdiff
path: root/uconfig.sh
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 /uconfig.sh
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 'uconfig.sh')
-rw-r--r--uconfig.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh
index b6d505bf14..3e892b0aef 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -240,6 +240,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'