diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2007-01-15 08:11:52 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-01-15 07:42:37 +0000 |
commit | 4dc4bba60f13ed8dad154870e750085525979ec1 (patch) | |
tree | f2db4b4adc32669d1bba38f278205dae37071ed7 /symbian/config.sh | |
parent | 46c5d8f143a90fd1492462389f22a61a11e6931c (diff) | |
download | perl-4dc4bba60f13ed8dad154870e750085525979ec1.tar.gz |
Symbian/S90 further fixes
Message-Id: <20070115041152.374AB43A67@anubis.hut.fi>
p4raw-id: //depot/perl@29811
Diffstat (limited to 'symbian/config.sh')
-rw-r--r-- | symbian/config.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index f58e71357f..206c9bc358 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -85,6 +85,7 @@ d_crypt='undef' d_crypt_r='undef' d_csh='undef' d_ctermid_r='undef' +d_cterm='undef' d_ctime_r='undef' d_c99_variadic_macros='undef' d_cuserid='undef' @@ -128,7 +129,7 @@ d_fds_bits='undef' d_fgetpos='undef' d_finite='undef' d_finitel='undef' -d_flexfnam='undef' +d_flexfnam='define' d_flock='undef' d_flockproto='undef' d_fork='undef' @@ -286,7 +287,9 @@ d_phostname='undef' d_pipe='undef' d_poll='undef' d_portable='undef' +d_printf_format_null='undef' d_procselfexe='undef' +d_pseudofork='undef' d_pthread_atfork='undef' d_pthread_attr_setscope='undef' d_pthread_yield='undef' |