only define _REENTRANT if not already defined, and only in setup.h

This commit is contained in:
Daniel Stenberg
2005-04-19 23:19:23 +00:00
parent 779ca09775
commit 5f0366c2cb
8 changed files with 2 additions and 16 deletions

View File

@@ -26,8 +26,6 @@
#include <string.h>
#include <errno.h>
#define _REENTRANT
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <malloc.h>
#else