X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=lib%2Ffake-gai-errnos.h;fp=lib%2Ffake-gai-errnos.h;h=0000000000000000000000000000000000000000;hb=35b1c25093a478d20e01f0ff391c9cdc9c41c2b8;hp=4ffabb692fef8cc61d050912ee4ec627f0a2c562;hpb=41497246eeccbcc417f93c2ae087e927751c6914;p=meshlink diff --git a/lib/fake-gai-errnos.h b/lib/fake-gai-errnos.h deleted file mode 100644 index 4ffabb69..00000000 --- a/lib/fake-gai-errnos.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * fake library for ssh - * - * This file is included in getaddrinfo.c and getnameinfo.c. - * See getaddrinfo.c and getnameinfo.c. - */ - -/* for old netdb.h */ -#ifndef EAI_NODATA -#define EAI_NODATA 1 -#endif - -#ifndef EAI_MEMORY -#define EAI_MEMORY 2 -#endif - -#ifndef EAI_FAMILY -#define EAI_FAMILY 3 -#endif