14 lines
297 B
C
14 lines
297 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,v 1.1.2.2 2003/07/12 17:41:45 guus Exp $ */
|
|
|
|
/* for old netdb.h */
|
|
#ifndef EAI_NODATA
|
|
#define EAI_NODATA 1
|
|
#define EAI_MEMORY 2
|
|
#endif
|