diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2010-09-23 11:53:16 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2010-09-23 11:53:16 -0400 |
commit | e8936beceb8bb3ad22fdb9ba3cb1882675d04eed (patch) | |
tree | 03cac734985df66c40c88ffa780428556e437184 /win32 | |
parent | ffe53d219633a1faeef771fc786f43a9e192a2d3 (diff) | |
download | perl-e8936beceb8bb3ad22fdb9ba3cb1882675d04eed.tar.gz |
Update static_inline guesses in win32/config.[gv]c*
For gcc, assume all variants used on Win32 will support
static __inline__. VC already had static __inline.
Update VC64 to match.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.gc | 4 | ||||
-rw-r--r-- | win32/config.gc64 | 4 | ||||
-rw-r--r-- | win32/config.gc64nox | 4 | ||||
-rw-r--r-- | win32/config.vc64 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/win32/config.gc b/win32/config.gc index 0a280adcfa..5c90397bbe 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -447,7 +447,7 @@ d_srandom_r='undef' d_sresgproto='undef' d_sresuproto='undef' d_statblks='undef' -d_static_inline='undef' +d_static_inline='define' d_statfs_f_flags='undef' d_statfs_s='undef' d_statvfs='undef' @@ -851,7 +851,7 @@ perl_patchlevel='~PERL_PATCHLEVEL~' perladmin='' perllibs='~libs~' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe' -perl_static_inline='static' +perl_static_inline='static __inline__' pg='' phostname='hostname' pidtype='int' diff --git a/win32/config.gc64 b/win32/config.gc64 index b931e24d34..36f21ce258 100644 --- a/win32/config.gc64 +++ b/win32/config.gc64 @@ -447,7 +447,7 @@ d_srandom_r='undef' d_sresgproto='undef' d_sresuproto='undef' d_statblks='undef' -d_static_inline='undef' +d_static_inline='define' d_statfs_f_flags='undef' d_statfs_s='undef' d_statvfs='undef' @@ -852,7 +852,7 @@ perl_patchlevel='~PERL_PATCHLEVEL~' perladmin='' perllibs='~libs~' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe' -perl_static_inline='static' +perl_static_inline='static __inline__' pg='' phostname='hostname' pidtype='int' diff --git a/win32/config.gc64nox b/win32/config.gc64nox index 53f83aa107..b9cd1cc4de 100644 --- a/win32/config.gc64nox +++ b/win32/config.gc64nox @@ -447,7 +447,7 @@ d_srandom_r='undef' d_sresgproto='undef' d_sresuproto='undef' d_statblks='undef' -d_static_inline='undef' +d_static_inline='define' d_statfs_f_flags='undef' d_statfs_s='undef' d_statvfs='undef' @@ -852,7 +852,7 @@ perl_patchlevel='~PERL_PATCHLEVEL~' perladmin='' perllibs='~libs~' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe' -perl_static_inline='static' +perl_static_inline='static __inline__' pg='' phostname='hostname' pidtype='int' diff --git a/win32/config.vc64 b/win32/config.vc64 index bbf601e65b..68a8ea79c9 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -447,7 +447,7 @@ d_srandom_r='undef' d_sresgproto='undef' d_sresuproto='undef' d_statblks='undef' -d_static_inline='undef' +d_static_inline='define' d_statfs_f_flags='undef' d_statfs_s='undef' d_statvfs='undef' @@ -851,7 +851,7 @@ perl_patchlevel='~PERL_PATCHLEVEL~' perladmin='' perllibs='~libs~' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.exe' -perl_static_inline='static' +perl_static_inline='static __inline' pg='' phostname='hostname' pidtype='int' |