diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2010-07-22 12:20:14 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2010-07-22 12:20:14 -0400 |
commit | b0e839b3299f72a209148ba1288d9fabd64d392c (patch) | |
tree | 2c6ffe38390d34984c1efcddd419ca26aeab1929 /configure.com | |
parent | 29ab041d1ae3ee6496df8a4e0b8b676ed593a07b (diff) | |
download | perl-b0e839b3299f72a209148ba1288d9fabd64d392c.tar.gz |
Add static inline config variables to VMS configure.com.
This assumes all VMS compilers that build perl will
support 'static inline'.
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 721b889e67..a4be726fb8 100644 --- a/configure.com +++ b/configure.com @@ -6202,6 +6202,7 @@ $ WC "d_statblks='undef'" $ WC "d_statfs_f_flags='undef'" $ WC "d_statfs_s='undef'" $ WC "d_statfsflags='undef'" +$ WC "d_static_inline='define'" $ WC "d_stdio_cnt_lval='" + d_stdio_cnt_lval + "'" $ WC "d_stdio_ptr_lval='" + d_stdio_ptr_lval + "'" $ WC "d_stdio_ptr_lval_nochange_cnt='" + d_stdio_ptr_lval_nochange_cnt + "'" @@ -6498,6 +6499,7 @@ $ WC "perl_root='" + perl_root + "'" ! VMS specific $trnlnm() $ WC "perladmin='" + perladmin + "'" $ WC "perllibs='" + perllibs + "'" $ WC "perlpath='" + "''vms_prefix':[000000]Perl''exe_ext'" + "'" +$ WC "perl_static_inline='static inline'" $ WC "perl_symbol='" + perl_symbol + "'" ! VMS specific $ WC "perl_verb='" + perl_verb + "'" ! VMS specific $ WC "pgflquota='" + pgflquota + "'" |