1*e0c4386eSCy Schubert## -*- mode: perl; -*-
2*e0c4386eSCy Schubert(
3*e0c4386eSCy Schubert# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
4*e0c4386eSCy Schubert    "OS390-Unix" => {
5*e0c4386eSCy Schubert        inherit_from     => [ "BASE_unix" ],
6*e0c4386eSCy Schubert        cc               => "cc",
7*e0c4386eSCy Schubert        cflags           => "-O -DB_ENDIAN -DCHARSET_EBCDIC",
8*e0c4386eSCy Schubert        bn_ops           => "THIRTY_TWO_BIT RC4_CHAR",
9*e0c4386eSCy Schubert        thread_scheme    => "(unknown)",
10*e0c4386eSCy Schubert    }
11*e0c4386eSCy Schubert);
12