2000-01-14 05:45:46 +01:00
|
|
|
/*
|
|
|
|
* fake library for ssh
|
|
|
|
*
|
|
|
|
* This file is included in getaddrinfo.c and getnameinfo.c.
|
|
|
|
* See getaddrinfo.c and getnameinfo.c.
|
|
|
|
*/
|
|
|
|
|
2003-05-18 16:13:38 +02:00
|
|
|
#ifndef _FAKE_GAI_ERRNOS_H
|
|
|
|
#define _FAKE_GAI_ERRNOS_H
|
|
|
|
|
|
|
|
/* $Id: fake-gai-errnos.h,v 1.3 2003/05/18 14:13:39 djm Exp $ */
|
2001-02-09 02:55:35 +01:00
|
|
|
|
2000-01-14 05:45:46 +01:00
|
|
|
/* for old netdb.h */
|
|
|
|
#ifndef EAI_NODATA
|
2003-05-18 16:13:38 +02:00
|
|
|
# define EAI_NODATA 1
|
|
|
|
# define EAI_MEMORY 2
|
2000-01-14 05:45:46 +01:00
|
|
|
#endif
|
2003-05-18 16:13:38 +02:00
|
|
|
|
|
|
|
#endif /* !_FAKE_GAI_ERRNOS_H */
|