diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-03-09 20:04:50 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-03-09 20:04:50 +0100 |
commit | 9d1a8da0e35084d837dfe2fc0bd2964ee8ade5f1 (patch) | |
tree | 6c4daa2f468f9aed40ef8674e2647affb127cd54 /config_h.SH | |
parent | 20a5039af69d81e9003664af771f2dd5e0446c2b (diff) | |
download | perl-9d1a8da0e35084d837dfe2fc0bd2964ee8ade5f1.tar.gz |
Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII architectures
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index dfb57b5365..842f13e0be 100755 --- a/config_h.SH +++ b/config_h.SH @@ -2711,7 +2711,12 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates that this system uses * EBCDIC encoding. */ +/* BOOTSTRAP_CHARSET: + * This symbol, if defined, indicates that this system uses + * BOOTSTRAP_CHARSET + */ #$ebcdic EBCDIC /**/ +#$bootstrap_charset BOOTSTRAP_CHARSET /**/ /* Fpos_t: * This symbol holds the type used to declare file positions in libc. |