From: Bodo Möller Date: Thu, 8 Nov 2001 14:32:06 +0000 (+0000) Subject: Don't define _REENTRANT here in e_os.h. On systems where we need X-Git-Tag: OpenSSL-engine-0_9_6c~39^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=60c50cbf9c354e379280b37ac3c606b6e433286c;p=openssl 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. --- 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