This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Refactor macro so works on EBCDIC, clarity
[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 *
4 * First version was created from the part in handy.h (which includes this)
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.
12 *
13 * CHARBITS
14 * GMTIME_MAX
15 * GMTIME_MIN
16 * HAS_ASCTIME64
17 * HAS_CTIME64
18 * HAS_DIFFTIME64
19 * HAS_GETADDRINFO
20 * HAS_GETNAMEINFO
21 * HAS_GMTIME64
22 * HAS_INETNTOP
23 * HAS_INETPTON
24 * HAS_LOCALTIME64
25 * HAS_MKTIME64
26 * HAS_PRCTL
27 * HAS_PSEUDOFORK
28 * HAS_SIN6_SCOPE_ID
29 * HAS_SOCKADDR_SA_LEN
30 * HAS_TIMEGM
31 * I16SIZE
32 * I32SIZE
33 * I64SIZE
34 * I8SIZE
35 * LOCALTIME_MAX
36 * LOCALTIME_MIN
37 * LOCALTIME_R_NEEDS_TZSET
38 * U16SIZE
39 * U32SIZE
40 * U64SIZE
41 * U8SIZE
42 * USE_DTRACE
43 *
44 */