diff options
author | Andy Polyakov <appro@openssl.org> | 2005-12-18 18:55:55 +0000 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-12-18 18:55:55 +0000 |
commit | c510eec0905095bdfd326f06fa3da69c686782b6 (patch) | |
tree | ed34d0c108b50de187abfc9fb4d4ca881a968821 /e_os2.h | |
parent | 1b167a434343a52d6d6c362ce9b6f702a2fac408 (diff) | |
download | openssl-new-c510eec0905095bdfd326f06fa3da69c686782b6.tar.gz |
Put back OPENSSL_SYS_MSDOS definition to revive DJGPP built.
PR: 1247
Diffstat (limited to 'e_os2.h')
-rw-r--r-- | e_os2.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) |