correct ifdef for EAI_ADDRFAMILY

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13250 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2004-01-04 19:02:41 +00:00
parent 7ea935ffce
commit ad502c5ffb

View File

@@ -43,7 +43,7 @@ static struct gai_error {
char *str; char *str;
} errors[] = { } errors[] = {
{EAI_NOERROR, "no error"}, {EAI_NOERROR, "no error"},
#ifndef EAI_ADDRFAMILY #ifdef EAI_ADDRFAMILY
{EAI_ADDRFAMILY, "address family for nodename not supported"}, {EAI_ADDRFAMILY, "address family for nodename not supported"},
#endif #endif
{EAI_AGAIN, "temporary failure in name resolution"}, {EAI_AGAIN, "temporary failure in name resolution"},