diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-07-14 10:14:59 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-15 05:57:39 +0000 |
commit | 9334179235ad5f0daf753c23b9b00df2933b98e9 (patch) | |
tree | d9f614c119068020c9cdae010372bd1db11ad407 /config_h.SH | |
parent | 2f3671218f9e35aa2ccad92da0178b84a44df3a2 (diff) | |
download | perl-9334179235ad5f0daf753c23b9b00df2933b98e9.tar.gz |
Config_74-01
Message-Id: <Pine.SUN.3.96.980714141346.29710D-100000@newton.phys>
p4raw-id: //depot/perl@1500
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH index ca9c4d89fd..c9144ca077 100644 --- a/config_h.SH +++ b/config_h.SH @@ -820,11 +820,17 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_wctomb HAS_WCTOMB /**/ +/* EBCDIC: + * This symbol, if defined, indicates that this system uses + * EBCDIC encoding. + *. +#$ebcdic EBCDIC /**/ + /* I_ARPA_INET: * This symbol, if defined, indicates that <arpa/inet.h> exists and should * be included. */ -#$i_arpa_inet I_ARPA_INET /**/ +#$i_arpainet I_ARPA_INET /**/ /* I_DBM: * This symbol, if defined, indicates that <dbm.h> exists and should |