aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.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/connect.c
parentb54a8531a9dd023d87d5f855718d904cf74071e2 (diff)
Move portable error number symbolic name definitions to setup_once.h
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 464b59098..5be0df27e 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -84,14 +84,6 @@
#define FALSE 0
#endif
-#ifdef USE_WINSOCK
-#define EINPROGRESS WSAEINPROGRESS
-#define EWOULDBLOCK WSAEWOULDBLOCK
-#define EISCONN WSAEISCONN
-#define ENOTSOCK WSAENOTSOCK
-#define ECONNREFUSED WSAECONNREFUSED
-#endif
-
#include "urldata.h"
#include "sendf.h"
#include "if2ip.h"