X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ffake-gai-errnos.h;h=2f41d8f03cd68e890882b81444954c75d88e2f96;hp=4ffabb692fef8cc61d050912ee4ec627f0a2c562;hb=615ecb7a8a6e0ffc8d37f08fe46d5c50cef8b3e0;hpb=19be9cf7150858311f7898fa3fb525d692d02f64 diff --git a/src/fake-gai-errnos.h b/src/fake-gai-errnos.h index 4ffabb69..2f41d8f0 100644 --- a/src/fake-gai-errnos.h +++ b/src/fake-gai-errnos.h @@ -7,13 +7,17 @@ /* for old netdb.h */ #ifndef EAI_NODATA -#define EAI_NODATA 1 +#define EAI_NODATA 1 #endif #ifndef EAI_MEMORY -#define EAI_MEMORY 2 +#define EAI_MEMORY 2 #endif #ifndef EAI_FAMILY -#define EAI_FAMILY 3 +#define EAI_FAMILY 3 +#endif + +#ifndef EAI_SYSTEM +#define EAI_SYSTEM 4 #endif