diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2010-09-23 10:07:41 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2010-09-23 10:07:41 -0400 |
commit | 36e74f3b7dc590482a1be493ddb6538947e74fd6 (patch) | |
tree | 63ff7c0708612c3ba89af2da28532f3e0898d135 | |
parent | 5f849059f495b65249fd9ede43c430c75e107d18 (diff) | |
download | perl-36e74f3b7dc590482a1be493ddb6538947e74fd6.tar.gz |
Set default static inline for Netware/config.wc.
If anyone knows how to support static inline on Netware,
a patch would be appreciated.
-rw-r--r-- | NetWare/config.wc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index ad84370249..0e6513030b 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -830,7 +830,7 @@ perl5='' perl='perl' perladmin='' perlpath='~INST_TOP~~INST_VER~\bin~INST_ARCH~\perl.nlm' -perl_static_inline='' +perl_static_inline='static' pg='' phostname='hostname' pidtype='int' |