diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-19 23:19:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-19 23:19:23 +0000 |
commit | 5f0366c2cb002d1d067abe28c4980930015fff36 (patch) | |
tree | 45cdebe71bbfd05df18e8968e19cdde27c4b09b6 /lib/hostip4.c | |
parent | 779ca0977558cb51482c8f6e04cfdc0e0a2e493f (diff) | |
download | curl-5f0366c2cb002d1d067abe28c4980930015fff36.tar.gz |
only define _REENTRANT if not already defined, and only in setup.h
Diffstat (limited to 'lib/hostip4.c')
-rw-r--r-- | lib/hostip4.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/hostip4.c b/lib/hostip4.c index 178f3b9da..cebc74d58 100644 --- a/lib/hostip4.c +++ b/lib/hostip4.c @@ -26,8 +26,6 @@ #include <string.h> #include <errno.h> -#define _REENTRANT - #if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__) #include <malloc.h> #else |