tinc/lib/fake-gai-errnos.h

22 lines
364 B
C
Raw Normal View History

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.
*/
2019-08-26 11:44:37 +00:00
/* $Id: fake-gai-errnos.h 1489 2006-12-18 11:41:53Z guus $ */
2019-08-26 11:44:36 +00:00
/* 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