summaryrefslogtreecommitdiffstats
path: root/e_os2.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:14:49 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:14:49 +0000
commitd4a47a5778fa227abc634b4ededb6e011e6e7065 (patch)
tree6bda310f14c24577eb9e534d36078a1e4cf23c10 /e_os2.h
parentb24668626e348bc31224aa6d6cfb4bb913a53ddb (diff)
Because it may be needed in public header files, move the definition
of OPENSSL_NO_FP_API on existence of OPENSSL_SYS_MSDOS to e_os2.h.
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e_os2.h b/e_os2.h
index 81be3025f6..80ec03ee8c 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -201,6 +201,7 @@ extern "C" {
/* Specials for I/O an exit */
#ifdef OPENSSL_SYS_MSDOS
+# define OPENSSL_NO_FP_API
# define OPENSSL_UNISTD_IO <io.h>
# define OPENSSL_DECLARE_EXIT extern void exit(int);
#else