summaryrefslogtreecommitdiff
path: root/lib/hostsyn.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-19 23:19:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-19 23:19:23 +0000
commit5f0366c2cb002d1d067abe28c4980930015fff36 (patch)
tree45cdebe71bbfd05df18e8968e19cdde27c4b09b6 /lib/hostsyn.c
parent779ca0977558cb51482c8f6e04cfdc0e0a2e493f (diff)
downloadcurl-5f0366c2cb002d1d067abe28c4980930015fff36.tar.gz
only define _REENTRANT if not already defined, and only in setup.h
Diffstat (limited to 'lib/hostsyn.c')
-rw-r--r--lib/hostsyn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/hostsyn.c b/lib/hostsyn.c
index 38030b7f0..a385632e9 100644
--- a/lib/hostsyn.c
+++ b/lib/hostsyn.c
@@ -26,8 +26,6 @@
#include <string.h>
#include <errno.h>
-#define _REENTRANT
-
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <malloc.h>
#else