summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2014-06-01 11:39:45 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2014-06-01 11:39:45 +0200
commit1d38f63fe551a47b125e6194a7cf11dd1a690778 (patch)
tree0fbbe6ad780e5af987c41c734c69a833d1cdde50 /config_h.SH
parent10225cc45e84565b4226e605f73f8853179cf2a4 (diff)
downloadperl-1d38f63fe551a47b125e6194a7cf11dd1a690778.tar.gz
remove BOOTSTRAP_CHARSET from Configure (khw's request)
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH7
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.