X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ffake-gai-errnos.h;h=2f41d8f03cd68e890882b81444954c75d88e2f96;hb=4d7469e0da6652bddc8acde499068db4b41b646d;hp=4ffabb692fef8cc61d050912ee4ec627f0a2c562;hpb=f5dc136cfd7a3a195b75f7174722734e25f30fd9;p=tinc 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