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 /plan9 | |
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 'plan9')
-rw-r--r-- | plan9/config_sh.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index 7a9b5caf4d..69f3c589d4 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -301,6 +301,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='define' |