diff options
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 |