Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
8bb73be04e3e38be582c4b3843c765aab74017c2
/
.
/
fake-gai-errnos.h
blob: 27f6089e99c34744c7678626327f71b5c9ff9ab0 [
file
] [
log
] [
blame
] [
raw
]
/*
* fake library for ssh
*
* This file is included in getaddrinfo.c and getnameinfo.c.
* See getaddrinfo.c and getnameinfo.c.
*/
/* for old netdb.h */
#ifndef
EAI_NODATA
#define
EAI_NODATA
1
#define
EAI_MEMORY
2
#endif