summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2013-03-09 20:04:50 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2013-03-09 20:04:50 +0100
commit9d1a8da0e35084d837dfe2fc0bd2964ee8ade5f1 (patch)
tree6c4daa2f468f9aed40ef8674e2647affb127cd54 /config_h.SH
parent20a5039af69d81e9003664af771f2dd5e0446c2b (diff)
downloadperl-9d1a8da0e35084d837dfe2fc0bd2964ee8ade5f1.tar.gz
Add bootstrap_charset/BOOTSTRAP_CHARSET for non-ASCII architectures
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH5
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.