This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #131551] Too deep regex compilation recursion
[perl5.git] / metaconfig.h
CommitLineData
a7dcd8d7
MB
1/* This is a placeholder file for symbols that should be exported
2 * into config_h.SH and Porting/Glossary. See also metaconfig.SH
3 *
269a7913 4 * First version was created from the part in handy.h
a7dcd8d7
MB
5 * H.Merijn Brand 21 Dec 2010 (Tux)
6 *
7 * Mentioned variables are forced to be included into config_h.SH
8 * as they are only included if meta finds them referenced. That
9 * implies that noone can use them unless they are available and
10 * they won't be available unless used. When new symbols are probed
11 * in Configure, this is the way to force them into availability.
dd4f16e4
DIM
12 *
13 * Symbols should only be here temporarily. Once they are actually used,
14 * they should be removed from here.
28ebb8fb 15 *
c94a4d04
MB
16 * HAS_BUILTIN_ADD_OVERFLOW
17 * HAS_BUILTIN_MUL_OVERFLOW
18 * HAS_BUILTIN_SUB_OVERFLOW
c94a4d04
MB
19 * HAS_LOCALECONV_L
20 * HAS_MBRLEN
21 * HAS_MBRTOWC
c94a4d04 22 * HAS_NANOSLEEP
bf634d4e 23 * HAS_STRTOD_L
c94a4d04
MB
24 * HAS_STRTOLD_L
25 * I_WCHAR
92271d41 26 * I_WCTYPE
0806cdda
KW
27 * HAS_TOWLOWER
28 * HAS_TOWUPPER
2e3ef32f 29 * SETLOCALE_ACCEPTS_ANY_LOCALE_NAME
a7dcd8d7 30 */