Put definition of _REENTRANT in config.h

This commit is contained in:
Guido van Rossum 1996-08-01 00:52:26 +00:00
parent cee555bda2
commit 9caf77a485
5 changed files with 72 additions and 74 deletions

View file

@ -26,10 +26,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "config.h"
#endif
#ifdef WITH_THREAD
#define _REENTRANT
#endif
/* Convert a possibly signed character to a nonnegative int */
/* XXX This assumes characters are 8 bits wide */
#ifdef __CHAR_UNSIGNED__