diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-01-09 18:10:21 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-01-09 18:10:21 +0100 |
commit | 269a7913af37c73e7822a085898f90d15d896882 (patch) | |
tree | c7ccba403affe7b92355a82e0b77fdfb8e77a378 /symbian/config.sh | |
parent | 71481574542a78998bec6e39bd4f238a5619f7cd (diff) | |
download | perl-269a7913af37c73e7822a085898f90d15d896882.tar.gz |
Add probe for isblank() (requested by khw)
Diffstat (limited to 'symbian/config.sh')
-rw-r--r-- | symbian/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index a62577b820..be7b2a4a30 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -231,6 +231,7 @@ d_inetntop='undef' d_inetpton='undef' d_int64_t='undef' d_isascii='undef' +d_isblank='undef' d_isfinite='undef' d_isinf='undef' d_isnan='undef' |