summaryrefslogtreecommitdiffstats
path: root/Configurations/50-os390.conf
blob: 6e86cb64fe34df1e0024db1d98cd6f0515e282a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
## -*- mode: perl; -*-
(
# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
    "OS390-Unix" => {
        inherit_from     => [ "BASE_unix" ],
        cc               => "cc",
        cflags           => "-O -DB_ENDIAN -DCHARSET_EBCDIC",
        bn_ops           => "THIRTY_TWO_BIT RC4_CHAR",
        thread_scheme    => "(unknown)",
    }
);