aboutsummaryrefslogtreecommitdiff
path: root/lib/hostasyn.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/hostasyn.c
parent779ca0977558cb51482c8f6e04cfdc0e0a2e493f (diff)
only define _REENTRANT if not already defined, and only in setup.h
Diffstat (limited to 'lib/hostasyn.c')
-rw-r--r--lib/hostasyn.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/hostasyn.c b/lib/hostasyn.c
index e37db2755..d1b7cdd18 100644
--- a/lib/hostasyn.c
+++ b/lib/hostasyn.c
@@ -26,8 +26,6 @@
#include <string.h>
#include <errno.h>
-#define _REENTRANT
-
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <malloc.h>
#else