]> git.ipfire.org Git - thirdparty/openssl.git/blame - Configurations/50-os390.conf
Make sure that generated POD files are actually created before we run doc-nits
[thirdparty/openssl.git] / Configurations / 50-os390.conf
CommitLineData
65042182
RL
1## -*- mode: perl; -*-
2(
3# OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
4 "OS390-Unix" => {
5 inherit_from => [ "BASE_unix" ],
6 cc => "cc",
7 cflags => "-O -DB_ENDIAN -DCHARSET_EBCDIC",
8 bn_ops => "THIRTY_TWO_BIT RC4_CHAR",
9 thread_scheme => "(unknown)",
10 }
11);