X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Ffake-gai-errnos.h;h=2f41d8f03cd68e890882b81444954c75d88e2f96;hb=e84f94c95b02f1ab18f0ab09e8cdc9427b00df14;hp=4ffabb692fef8cc61d050912ee4ec627f0a2c562;hpb=103543aa2c15d9f1e2aa313a2e593a7524cce484;p=meshlink 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