summaryrefslogtreecommitdiff
path: root/symbian/config.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-08-18 09:57:06 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-08-20 09:33:08 -0400
commitfa484e6086b60c4cc6a365098cfb23e1c00d69a9 (patch)
tree2fa44a3eb993c17b7433bc455ebeb8eb3dd9165f /symbian/config.sh
parent2bb3725dfe9edb3ec056dbc691826cda14d85a48 (diff)
downloadperl-fa484e6086b60c4cc6a365098cfb23e1c00d69a9.tar.gz
Configure for isfinitel / isinfl.
Diffstat (limited to 'symbian/config.sh')
-rw-r--r--symbian/config.sh2
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'