diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2010-07-22 12:00:51 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2010-07-22 12:00:51 -0400 |
commit | 29ab041d1ae3ee6496df8a4e0b8b676ed593a07b (patch) | |
tree | 57f7a6ec94417d768e536030b864240c61220696 /symbian | |
parent | 17a6c8e38505fd8d5700febfe392e470c9c5fff8 (diff) | |
download | perl-29ab041d1ae3ee6496df8a4e0b8b676ed593a07b.tar.gz |
Update "canned" config.sh files for static inline.
Unless the file explicitly lists a gcc version I know
to work, I picked safe default values for the new
d_static_inline and perl_static_inline variables.
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 5d393e420e..33f30eff6e 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -407,6 +407,7 @@ d_sresgproto='undef' d_sresuproto='undef' d_statblks='undef' d_statfs_f_flags='undef' +d_static_inline='undef' d_statfs_s='undef' d_statvfs='undef' d_stdio_cnt_lval='undef' @@ -696,6 +697,7 @@ osvers='7.0s' otherlibdirs='' package='' path_sep=';'; +perl_static_inline='static' phostname='hostname' pidtype='int' pm_apiversion='5.005' |