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 /plan9/config_sh.sample | |
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 'plan9/config_sh.sample')
-rw-r--r-- | plan9/config_sh.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index fbad0044d3..63080f1f4e 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -461,6 +461,7 @@ d_sresuproto='undef' d_statblks='undef' d_statfs_f_flags='undef' d_statfs_s='undef' +d_static_inline='undef' d_statvfs='undef' d_stdio_cnt_lval='undef' d_stdio_ptr_lval='undef' @@ -833,6 +834,7 @@ path_sep=':' perl5='' perl='' perl_patchlevel='' +perl_static_inline='static' perladmin='9trouble@plan9.bell-labs.com' perllibs=' ' perlpath='/bin/perl' |