]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/resolve.c
Don't set AI_ADDRCONFIG, even when it exists
[ngircd-alex.git] / src / ngircd / resolve.c
index 109d8b6c5491aaa69a3a0f8352b7fbdc3d872c8a..afbef5b375122711763fe91bb80f56c1a929c8db 100644 (file)
@@ -245,9 +245,6 @@ ForwardLookup(const char *hostname, array *IpAddr, UNUSED int af)
        struct addrinfo *a, *ai_results;
        static struct addrinfo hints;
 
-#ifdef AI_ADDRCONFIG   /* glibc has this, but not e.g. netbsd 4.0 */
-       hints.ai_flags = AI_ADDRCONFIG;
-#endif
        hints.ai_socktype = SOCK_STREAM;
        hints.ai_protocol = IPPROTO_TCP;
        hints.ai_family = af;