blob: 0787bdc93bcb22e5d534743f69c02331e786f3bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* fake library for ssh
*
* This file is included in getaddrinfo.c and getnameinfo.c.
* See getaddrinfo.c and getnameinfo.c.
*/
/* $Id: fake-gai-errnos.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */
/* for old netdb.h */
#ifndef EAI_NODATA
#define EAI_NODATA 1
#define EAI_MEMORY 2
#endif
|