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.
This commit is contained in:
parent
d6945e10b5
commit
48c269ad7f
1 changed files with 0 additions and 6 deletions
6
e_os.h
6
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>
|
||||
|
|
Loading…
Reference in a new issue