summaryrefslogtreecommitdiff
path: root/plan9/genconfig.pl
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2010-09-23 12:06:10 -0400
committerAndy Dougherty <doughera@lafayette.edu>2010-09-23 12:06:10 -0400
commit3db6ecf2ab3559908674348221dcc60f4fcb6af9 (patch)
tree2dfb1e7fb29e94aaba26696b0af1dee4e8012cdf /plan9/genconfig.pl
parent55ce5d5f72ff3e217c8808026353432ca1a7deb0 (diff)
downloadperl-3db6ecf2ab3559908674348221dcc60f4fcb6af9.tar.gz
Add default safe guesses for static_inline to plan9 files.
Diffstat (limited to 'plan9/genconfig.pl')
-rw-r--r--plan9/genconfig.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/plan9/genconfig.pl b/plan9/genconfig.pl
index 30f4af74a1..334c6b7ad0 100644
--- a/plan9/genconfig.pl
+++ b/plan9/genconfig.pl
@@ -127,6 +127,8 @@ print OUT "d_attribute_unused='undef'\n";
print OUT "d_attribute_warn_unused_result='undef'\n";
print OUT "d_socket='define'\n";
print OUT "d_sockpair='define'\n";
+print OUT "d_static_inline='undef'\n";
+print OUT "perl_static_inline='static'\n";
print OUT "d_sigsetjmp='define'\n";
print OUT "sigjmp_buf='sigjmp_buf'\n";
print OUT "sigsetjmp='sigsetjmp(buf,save_mask)'\n";