aboutsummaryrefslogtreecommitdiff
path: root/lib/inet_ntop.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-02-17 13:51:24 +0000
committerYang Tse <yangsita@gmail.com>2007-02-17 13:51:24 +0000
commitd9bf55570b4abbe9ed0058091d567e99ebff0973 (patch)
tree88a53157c4f06f0bdff83bbf5adf216ddc2e728f /lib/inet_ntop.c
parentb54a8531a9dd023d87d5f855718d904cf74071e2 (diff)
downloadgnurl-d9bf55570b4abbe9ed0058091d567e99ebff0973.tar.gz
gnurl-d9bf55570b4abbe9ed0058091d567e99ebff0973.tar.bz2
gnurl-d9bf55570b4abbe9ed0058091d567e99ebff0973.zip
Move portable error number symbolic name definitions to setup_once.h
Diffstat (limited to 'lib/inet_ntop.c')
-rw-r--r--lib/inet_ntop.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/inet_ntop.c b/lib/inet_ntop.c
index f41a3f268..a0b8ba46b 100644
--- a/lib/inet_ntop.c
+++ b/lib/inet_ntop.c
@@ -55,10 +55,6 @@
#define INADDRSZ 4
#define INT16SZ 2
-#ifdef USE_WINSOCK
-#define EAFNOSUPPORT WSAEAFNOSUPPORT
-#endif
-
/*
* Format an IPv4 address, more or less like inet_ntoa().
*