X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=e_os2.h;h=9da0b654481dc549f60bf97ca77d5dc77bb7edda;hb=231a737a82cecde336ef4eeebdc26469f8c44e98;hp=1cbdf5be4086cd39b22b98aa91efbc77316e5c23;hpb=77ef1a989da09d28de9cd22b0f8d8bb0d51ff89a;p=oweals%2Fopenssl.git diff --git a/e_os2.h b/e_os2.h index 1cbdf5be40..9da0b65448 100644 --- a/e_os2.h +++ b/e_os2.h @@ -84,6 +84,13 @@ extern "C" { /* ---------------------- Microsoft operating systems ---------------------- */ +/* Note that MSDOS actually denotes 32-bit environments running on top of + MS-DOS, such as DJGPP one. */ +#if defined(OPENSSL_SYSNAME_MSDOS) +# undef OPENSSL_SYS_UNIX +# define OPENSSL_SYS_MSDOS +#endif + /* For 32 bit environment, there seems to be the CygWin environment and then all the others that try to do the same thing Microsoft does... */ #if defined(OPENSSL_SYSNAME_UWIN)