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 /uconfig.sh | |
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 'uconfig.sh')
-rwxr-xr-x | uconfig.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 2233b9993d..378c129828 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -401,6 +401,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' @@ -668,6 +669,7 @@ osname='unknown' osvers='unknown' otherlibdirs=' ' package='perl5' +perl_static_inline='static' phostname='hostname' pidtype=int privlib='/usr/local/lib/perl5/5.12' |