diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-17 13:51:24 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-17 13:51:24 +0000 |
commit | d9bf55570b4abbe9ed0058091d567e99ebff0973 (patch) | |
tree | 88a53157c4f06f0bdff83bbf5adf216ddc2e728f /lib/inet_ntop.c | |
parent | b54a8531a9dd023d87d5f855718d904cf74071e2 (diff) | |
download | curl-d9bf55570b4abbe9ed0058091d567e99ebff0973.tar.gz |
Move portable error number symbolic name definitions to setup_once.h
Diffstat (limited to 'lib/inet_ntop.c')
-rw-r--r-- | lib/inet_ntop.c | 4 |
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(). * |