aboutsummaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-24 13:36:23 -0400
committerRich Salz <rsalz@openssl.org>2016-03-24 14:05:48 -0400
commitc3ddb263315c7196b488f384b3bc82cd474c8698 (patch)
tree463b4ed5142cc64fedd431a617c31bf19fcff47f /e_os.h
parenta5bb160c8c1cb7da13865a5b7916fe1292fae4c0 (diff)
downloadopenssl-c3ddb263315c7196b488f384b3bc82cd474c8698.tar.gz
More Borland removal.
And thanks to Miod Vallat for the nudge about ERR_PACK :) Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/e_os.h b/e_os.h
index 212a524a15..f0a441ec8b 100644
--- a/e_os.h
+++ b/e_os.h
@@ -300,14 +300,6 @@ extern FILE *_imp___iob;
# define OPENSSL_NO_POSIX_IO
# endif
-# if defined (__BORLANDC__)
-# define _setmode setmode
-# define _O_TEXT O_TEXT
-# define _O_BINARY O_BINARY
-# define _int64 __int64
-# define _kbhit kbhit
-# endif
-
# define EXIT(n) exit(n)
# define LIST_SEPARATOR_CHAR ';'
# ifndef X_OK