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