Skip to content

Commit

Permalink
Don't define _REENTRANT here in e_os.h. On systems where we need
Browse files Browse the repository at this point in the history
_REENTRANT if threads support is enabled, the ./Configure entry must
define it so that it ends up in CFLAG.
  • Loading branch information
45264 committed Nov 8, 2001
1 parent 3a3619b commit 60c50cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions e_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 60c50cb

Please sign in to comment.