summaryrefslogtreecommitdiff
path: root/e_os2.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-22 22:33:52 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-22 22:33:52 +0000
commitabfc6a3a9bcc3391181940213ce840130a35f1cd (patch)
treeca0858bcf2d24c2031829000cc570259ff9ffa97 /e_os2.h
parent5cc5ec1bbaf2ae01475ef841ea6e0ed10fff997b (diff)
downloadopenssl-new-abfc6a3a9bcc3391181940213ce840130a35f1cd.tar.gz
To define OPENSSL_NO_FP_API for all MSDOS type targets was unfair
against DJGPP, and much more restricted than previous definitions.
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/e_os2.h b/e_os2.h
index 80ec03ee8c..4fd6c62ace 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -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