This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Some low-hanging -Wunreachable-code fruits.
[perl5.git] / metaconfig.SH
CommitLineData
a7dcd8d7
MB
1#!/bin/sh
2
3# This is a placeholder file for symbols that should be exported
4# into config_h.SH and Porting/Glossary. See also metaconfig.h
5#
6# First version was created from the part in Makefile.SH
7# H.Merijn Brand 21 Dec 2010 (Tux)
8#
9# Mentioned variables are forced to be included into config_h.SH
10# as they are only included if meta finds them referenced. That
11# implies that noone can use them unless they are available and
12# they won't be available unless used. When new symbols are probed
13# in Configure, this is the way to force them into availability.
14
15# H.Merijn Brand [17 Feb 2004]
16# This comment is just to ensure that Configure will find variables that
17# are removed/replaced in patches on blead, but are still needed in the
18# 5.8.x, 5.6.x and 5.005.x maintainance tracks.
19# metaconfig -m will scan all .SH files on this level (not deeper), and
20# not in x2p and other subfolders. This file is as good as any .SH
21# patch references
22# #22227 $baserev
23# #22302 $yacc $byacc
24
25# H.Merijn Brand [30 Oct 2004]
26# Mentioned for the same reason for future reference
27# #23434 $d_strlcat $d_strlcpy
28
29# H.Merijn Brand [21 Dec 2010]
30# cbeaa1895 removed the reference to $perlpath
31
b66ea8c2 32true # eof - does nothing.