Move portable error number symbolic name definitions to setup_once.h

This commit is contained in:
Yang Tse
2007-02-17 13:51:24 +00:00
parent b54a8531a9
commit d9bf55570b
6 changed files with 90 additions and 23 deletions

View File

@@ -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().
*