diff options
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 9de5e030dc..b1bb7724c2 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -207,6 +207,7 @@ d_grpasswd='undef' d_hasmntopt='undef' d_htonl='define' d_ilogbl='undef' +d_inc_version_list='undef' d_index='undef' d_inetaton='undef' d_int64_t='undef' @@ -362,6 +363,7 @@ d_shmget='undef' d_sigaction='undef' d_sigprocmask='undef' d_sigsetjmp='undef' +d_sitearch='define' d_sitecustomize='undef' d_snprintf='undef' d_sockatmark='undef' @@ -602,7 +604,7 @@ i_varargs='undef' i_varhdr='stdarg.h' i_vfork='undef' ignore_versioned_solibs='y' -inc_version_list='0' +inc_version_list='' inc_version_list_init='0' installprefix='\\system' installprefixexp='\\system' |