Netware-specific changes,

PR: 780
Submitted by: Verdon Walker <VWalker@novell.com>
Reviewed by: Richard Levitte
This commit is contained in:
Richard Levitte
2003-11-28 13:10:58 +00:00
parent 4c8b4f9d03
commit 4d8743f490
67 changed files with 3490 additions and 43 deletions

View File

@@ -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 */