1 #ifndef _FAKE_GETNAMEINFO_H
2 #define _FAKE_GETNAMEINFO_H
4 #if !HAVE_DECL_GETNAMEINFO
5 int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, size_t hostlen, char *serv, size_t servlen, int flags);
6 #endif /* !HAVE_GETNAMEINFO */
10 #endif /* !NI_MAXSERV */
12 # define NI_MAXHOST 1025
13 #endif /* !NI_MAXHOST */
15 #endif /* _FAKE_GETNAMEINFO_H */