summaryrefslogtreecommitdiff
path: root/e_os2.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-08-02 22:04:11 +0000
committerAndy Polyakov <appro@openssl.org>2005-08-02 22:04:11 +0000
commit6321c3a034d2ff5652ee24c957a0a1a3ca9d5c29 (patch)
treeb911a7ef420ffc0c80fca93ccda9500b125fab53 /e_os2.h
parent1fda6c4f8c93622e0fbf20c3aacf9624ef0a78e0 (diff)
downloadopenssl-new-6321c3a034d2ff5652ee24c957a0a1a3ca9d5c29.tar.gz
Keep disclaiming 16-bit support.
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/e_os2.h b/e_os2.h
index 5cceb85199..1cbdf5be40 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -84,16 +84,6 @@ extern "C" {
/* ---------------------- Microsoft operating systems ---------------------- */
-/* The 16 bit environments are pretty straightforward */
-#if defined(OPENSSL_SYSNAME_WIN16) || defined(OPENSSL_SYSNAME_MSDOS)
-# undef OPENSSL_SYS_UNIX
-# define OPENSSL_SYS_MSDOS
-#endif
-#if defined(OPENSSL_SYSNAME_WIN16)
-# undef OPENSSL_SYS_UNIX
-# define OPENSSL_SYS_WIN16
-#endif
-
/* For 32 bit environment, there seems to be the CygWin environment and then
all the others that try to do the same thing Microsoft does... */
#if defined(OPENSSL_SYSNAME_UWIN)
@@ -120,7 +110,7 @@ extern "C" {
#endif
/* Anything that tries to look like Microsoft is "Windows" */
-#if defined(OPENSSL_SYS_WIN16) || defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WINNT) || defined(OPENSSL_SYS_WINCE)
+#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WINNT) || defined(OPENSSL_SYS_WINCE)
# undef OPENSSL_SYS_UNIX
# define OPENSSL_SYS_WINDOWS
# ifndef OPENSSL_SYS_MSDOS
@@ -211,9 +201,6 @@ extern "C" {
/* Specials for I/O an exit */
-#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);