diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-18 09:57:06 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-20 09:33:08 -0400 |
commit | fa484e6086b60c4cc6a365098cfb23e1c00d69a9 (patch) | |
tree | 2fa44a3eb993c17b7433bc455ebeb8eb3dd9165f /symbian | |
parent | 2bb3725dfe9edb3ec056dbc691826cda14d85a48 (diff) | |
download | perl-fa484e6086b60c4cc6a365098cfb23e1c00d69a9.tar.gz |
Configure for isfinitel / isinfl.
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 27f5a5b54d..52cae85788 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -240,7 +240,9 @@ d_ipv6_mreq_source='undef' d_isascii='undef' d_isblank='undef' d_isfinite='undef' +d_isfinitel='undef' d_isinf='undef' +d_isinfl='undef' d_isnan='undef' d_isnanl='undef' d_killpg='undef' |