From: Jarkko Hietaniemi Date: Tue, 27 Sep 2005 11:54:00 +0000 (+0300) Subject: 5.9.x@25609 Symbian update X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e0f47ab05340542a20fdb51678ee2c4d326a9098;p=p5sagit%2Fp5-mst-13.2.git 5.9.x@25609 Symbian update Message-ID: p4raw-id: //depot/perl@25612 --- diff --git a/symbian/PerlApp.cpp b/symbian/PerlApp.cpp index 319a591..8271fcd 100644 --- a/symbian/PerlApp.cpp +++ b/symbian/PerlApp.cpp @@ -26,7 +26,7 @@ #include "PerlApp.hrh" #include "PerlApp.rsg" -#include "patchlevel.h" +#include "perl.h" #include "PerlBase.h" const TUid KPerlAppUid = { 0x102015F6 }; diff --git a/symbian/config.sh b/symbian/config.sh index 731dd5c..82a4444 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -223,6 +223,8 @@ d_longlong='undef' d_lseekproto='undef' d_lstat='undef' d_madvise='undef' +d_malloc_size='undef' +d_malloc_good_size='undef' d_mblen='undef' d_mbstowcs='undef' d_mbtowc='undef'