python: update python build configuration to new ape capabilities like getaddrinfo(), ipv6 and fix EISCON typo in ape

This commit is contained in:
cinap_lenrek 2013-03-31 18:54:45 +02:00
parent b6dc4ba5a4
commit bbe95085d4
2 changed files with 7 additions and 11 deletions

View file

@ -67,7 +67,7 @@ extern int *_errnoloc;
#define ENETUNREACH 50
#define ENETRESET 51
#define ECONNABORTED 52
#define EISCON 53
#define EISCONN 53
#define ENOTCONN 54
#define ESHUTDOWN 55
#define ETOOMANYREFS 56