Commit abfc6a3a authored by Richard Levitte's avatar Richard Levitte
Browse files

To define OPENSSL_NO_FP_API for all MSDOS type targets was unfair

against DJGPP, and much more restricted than previous definitions.
parent 5cc5ec1b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -200,8 +200,10 @@ extern "C" {


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