Include complete fake-getname/addrinfo from OpenSSH.

This commit is contained in:
Guus Sliepen 2002-07-12 11:45:21 +00:00
parent afabbd6b90
commit c4cd199357
12 changed files with 242 additions and 711 deletions

14
lib/fake-gai-errnos.h Normal file
View file

@ -0,0 +1,14 @@
/*
* 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.1 2002/07/12 11:45:21 guus Exp $ */
/* for old netdb.h */
#ifndef EAI_NODATA
#define EAI_NODATA 1
#define EAI_MEMORY 2
#endif