summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-11-08 14:36:49 +0000
committerBodo Möller <bodo@openssl.org>2001-11-08 14:36:49 +0000
commit48c269ad7f6ccfb14367867cd6eec992ff4bd3c2 (patch)
treecfb89366ee499d98381327e3a98106b7129447bc /e_os.h
parentd6945e10b5ff74a663949a0a126ac43f16cbc44a (diff)
Don't define _REENTRANT here in e_os.h. On systems where we need
_REENTRANT if threads support is enabled, the ./Configure entry must define it so that it ends up in CFLAG.
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 b512e17166..ec06afb876 100644
--- a/e_os.h
+++ b/e_os.h
@@ -413,12 +413,6 @@ extern HINSTANCE _hInstance;
# endif
#endif
-#if defined(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>