aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ftutil.c
diff options
context:
space:
mode:
authorulim <a.sporto+bee@gmail.com>2008-08-12 13:04:37 +0200
committerulim <a.sporto+bee@gmail.com>2008-08-12 13:04:37 +0200
commitaac40178a6669e20855b7f5d3cc6a82cba10042e (patch)
treeeaf497266afee2ea6dd2d8fe59be61a4ae3466b8 /lib/ftutil.c
parent5d550c51a5e9c9f48f26283f0ea3fee2d4945feb (diff)
More hints for getaddrinfo().
Hopefully solves a problem on FreeBSD.
Diffstat (limited to 'lib/ftutil.c')
-rw-r--r--lib/ftutil.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ftutil.c b/lib/ftutil.c
index cfe06006..169a6480 100644
--- a/lib/ftutil.c
+++ b/lib/ftutil.c
@@ -37,10 +37,6 @@
#endif
#endif
-#ifndef AI_NUMERICSERV
-#define AI_NUMERICSERV 0x0400 /* Don't use name resolution. */
-#endif
-
#define ASSERTSOCKOP(op, msg) \
if( (op) == -1 ) {\
sprintf( errmsg , msg ": %s", strerror( errno ) ); \