/* * fake library for ssh * * This file is included in getaddrinfo.c and getnameinfo.c. * See getaddrinfo.c and getnameinfo.c. */ /* $Id: gai-errnos.h,v 1.1 2003/05/17 16:39:02 provos Exp $ */ /* for old netdb.h */ #ifndef EAI_NODATA #define EAI_NODATA 1 #endif #ifndef EAI_MEMORY #define EAI_MEMORY 2 #endif