diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-11-23 19:45:33 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-11-23 19:45:33 +0100 |
commit | f40bbcbf5ba1171b1c25dff271e9a7c0ba9ad29f (patch) | |
tree | b42eec81d60144bcb57ed8c038a87fa20a63c6a0 /symbian | |
parent | 57cbafbc12241999e02239444b060362624f02b8 (diff) | |
download | perl-f40bbcbf5ba1171b1c25dff271e9a7c0ba9ad29f.tar.gz |
Configure syncup
Some of these changes also made it upstream to the dist svn repo.
OpenSource++
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 7f40fc8fbb..7e7cd7164a 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -262,6 +262,7 @@ d_isfinite='undef' d_isfinitel='undef' d_isinf='undef' d_isinfl='undef' +d_isless='undef' d_isnan='undef' d_isnanl='undef' d_isnormal='undef' @@ -376,6 +377,7 @@ d_readdir_r='undef' d_readlink='undef' d_readv='undef' d_recvmsg='undef' +d_regcomp='undef' d_remainder='undef' d_remquo='undef' d_rename='define' @@ -461,6 +463,7 @@ d_srand48_r='undef' d_srandom_r='undef' d_sresgproto='undef' d_sresuproto='undef' +d_stat='define' d_statblks='undef' d_statfs_f_flags='undef' d_statfs_s='undef' |