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 /tests | |
parent | b54a8531a9dd023d87d5f855718d904cf74071e2 (diff) | |
download | curl-d9bf55570b4abbe9ed0058091d567e99ebff0973.tar.gz |
Move portable error number symbolic name definitions to setup_once.h
Diffstat (limited to 'tests')
-rw-r--r-- | tests/server/util.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/server/util.h b/tests/server/util.h index a78a485f1..2848560bb 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -49,12 +49,6 @@ void win32_perror (const char *msg); #endif /* WIN32 */ #ifdef USE_WINSOCK -#define EINPROGRESS WSAEINPROGRESS -#define EWOULDBLOCK WSAEWOULDBLOCK -#define EISCONN WSAEISCONN -#define ENOTSOCK WSAENOTSOCK -#define ECONNREFUSED WSAECONNREFUSED - void win32_init(void); void win32_cleanup(void); #endif /* USE_WINSOCK */ |