commit | abfc6a3a9bcc3391181940213ce840130a35f1cd | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Sat Mar 22 22:33:52 2003 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Sat Mar 22 22:33:52 2003 +0000 |
tree | ca0858bcf2d24c2031829000cc570259ff9ffa97 | |
parent | 5cc5ec1bbaf2ae01475ef841ea6e0ed10fff997b [diff] [blame] |
To define OPENSSL_NO_FP_API for all MSDOS type targets was unfair against DJGPP, and much more restricted than previous definitions.
diff --git a/e_os2.h b/e_os2.h index 80ec03e..4fd6c62 100644 --- a/e_os2.h +++ b/e_os2.h
@@ -200,8 +200,10 @@ /* Specials for I/O an exit */ -#ifdef OPENSSL_SYS_MSDOS +#ifdef OPENSSL_SYS_WIN16 # define OPENSSL_NO_FP_API +#endif +#ifdef OPENSSL_SYS_MSDOS # define OPENSSL_UNISTD_IO <io.h> # define OPENSSL_DECLARE_EXIT extern void exit(int); #else