diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2007-03-31 13:50:18 -0400 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-04-01 12:57:24 +0000 |
commit | 2eacba2f038fca0c7ce4713e73ef229faa3f3caa (patch) | |
tree | 11330c09c2c6b2fdf871ac8c18dd98de8085c06e /symbian | |
parent | e3abe207f764929a97eafa503a3780d5b7636ed2 (diff) | |
download | perl-2eacba2f038fca0c7ce4713e73ef229faa3f3caa.tar.gz |
microperl plus missing config vars
Message-ID: <460ED79A.5030809@iki.fi>
p4raw-id: //depot/perl@30823
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 5a1b8116e9..30d4848927 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -20,6 +20,8 @@ castflags='0' cc='gcc' cccdlflags='' ccdlflags='' +cf_by='root@localhost' +cf_time='Thu Jan 1 00:00:00 GMT 1970' charsize='1' clocktype='clock_t' cpp_stuff='42' @@ -369,6 +371,7 @@ d_shmctl='undef' d_shmdt='undef' d_shmget='undef' d_sigaction='undef' +d_signbit='undef' d_sigprocmask='undef' d_sigsetjmp='undef' d_sitearch='define' @@ -734,6 +737,7 @@ so='o' socksizetype='unsigned int' srand48_r_proto='0' srandom_r_proto='0' +src='' ssizetype=int startperl='' stdchar=char |