X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlsbr.c;h=a386771ba224f7b06b66c3c8658360e1fbbc1ef9;hp=a3ef6ba6762d17d4419e7ee4c10297123e066451;hb=8cf1d92e52d3feac4ed32ec733e2c0ed7f384e86;hpb=b7c348e99fa223f370ebdb4fd9b6627596c66a08 diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index a3ef6ba..a386771 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -1544,7 +1544,9 @@ bad_faceproc: ; } memset(&hints, 0, sizeof(hints)); +#ifdef AI_ADDRCONFIG hints.ai_flags = AI_ADDRCONFIG; +#endif hints.ai_family = PF_UNSPEC; hints.ai_socktype = SOCK_DGRAM;