diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-06-01 11:39:45 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-06-01 11:39:45 +0200 |
commit | 1d38f63fe551a47b125e6194a7cf11dd1a690778 (patch) | |
tree | 0fbbe6ad780e5af987c41c734c69a833d1cdde50 /config_h.SH | |
parent | 10225cc45e84565b4226e605f73f8853179cf2a4 (diff) | |
download | perl-1d38f63fe551a47b125e6194a7cf11dd1a690778.tar.gz |
remove BOOTSTRAP_CHARSET from Configure (khw's request)
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config_h.SH b/config_h.SH index fd46735ad8..b3d2cc56bd 100755 --- a/config_h.SH +++ b/config_h.SH @@ -2673,14 +2673,7 @@ 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 needs - * converting various files to the native character set before - * bringing up perl on a system that has a non-ASCII character - * set and no working perl. - */ #$ebcdic EBCDIC /**/ -#$bootstrap_charset BOOTSTRAP_CHARSET /**/ /* Fpos_t: * This symbol holds the type used to declare file positions in libc. |