projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cc5ec1
)
To define OPENSSL_NO_FP_API for all MSDOS type targets was unfair
author
Richard Levitte
<levitte@openssl.org>
Sat, 22 Mar 2003 22:33:52 +0000
(22:33 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 22 Mar 2003 22:33:52 +0000
(22:33 +0000)
against DJGPP, and much more restricted than previous definitions.
e_os2.h
patch
|
blob
|
history
diff --git
a/e_os2.h
b/e_os2.h
index 80ec03ee8c9da874f51e3e7ddc14af83f79c1617..4fd6c62acecb535b933350e97b93b883ea9c3177 100644
(file)
--- 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