16 lines
310 B
C
16 lines
310 B
C
|
/*
|
||
|
* 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 1374 2004-03-21 14:21:22Z guus $ */
|
||
|
|
||
|
/* for old netdb.h */
|
||
|
#ifndef EAI_NODATA
|
||
|
#define EAI_NODATA 1
|
||
|
#define EAI_MEMORY 2
|
||
|
#define EAI_FAMILY 3
|
||
|
#endif
|