$NetBSD: patch-af,v 1.1.1.1 2011/12/02 05:25:12 agc Exp $ Add a def we don't have --- gsi.c 2011/12/02 01:43:37 1.1 +++ gsi.c 2011/12/02 01:43:54 @@ -23,6 +23,9 @@ #include #ifndef _WIN32 # include +# ifndef AI_ADDRCONFIG +# define AI_ADDRCONFIG 0x20 +# endif #endif #include #include