提交 60c50cbf 编写于 作者: B Bodo Möller

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.
上级 3a3619b4
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册