summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/e_os.h b/e_os.h
index 3674db552f..19f085682c 100644
--- a/e_os.h
+++ b/e_os.h
@@ -418,12 +418,6 @@ extern HINSTANCE _hInstance;
# endif
#endif
-#if defined(OPENSSL_THREADS) || defined(sun)
-#ifndef _REENTRANT
-#define _REENTRANT
-#endif
-#endif
-
#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
/* include headers first, so our defines don't break it */
#include <stdlib.h>