X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=e_os2.h;h=ecfc6c5d4e9802fbec7da79a51851154d146da30;hp=4fd6c62acecb535b933350e97b93b883ea9c3177;hb=665560e9a47dacdeabd138880288f39164948ba8;hpb=abfc6a3a9bcc3391181940213ce840130a35f1cd diff --git a/e_os2.h b/e_os2.h index 4fd6c62ace..ecfc6c5d4e 100644 --- a/e_os2.h +++ b/e_os2.h @@ -76,6 +76,12 @@ extern "C" { # define OPENSSL_SYS_MACINTOSH_CLASSIC #endif +/* ----------------------- NetWare ----------------------------------------- */ +#if defined(NETWARE) || defined(OPENSSL_SYSNAME_NETWARE) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_NETWARE +#endif + /* ---------------------- Microsoft operating systems ---------------------- */ /* The 16 bit environments are pretty straightforward */