2019-08-26 11:44:36 +00:00
|
|
|
/*
|
|
|
|
* 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
|
2019-08-26 11:44:37 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef EAI_MEMORY
|
2019-08-26 11:44:36 +00:00
|
|
|
#define EAI_MEMORY 2
|
2019-08-26 11:44:37 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef EAI_FAMILY
|
2019-08-26 11:44:36 +00:00
|
|
|
#define EAI_FAMILY 3
|
|
|
|
#endif
|