From 7d80e3484b5a41249bee4d43b4c9a58d6ebe90a6 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 19 Jan 2000 14:36:49 +1100 Subject: - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC addresses using getaddrinfo(). Added a configure switch to make the default lookup mode AF_INET --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 30a1dc96..f143b1b1 100644 --- a/acconfig.h +++ b/acconfig.h @@ -135,6 +135,9 @@ /* Specify location of ssh.pid */ #undef PIDDIR +/* Use IPv4 for connection by default, IPv6 can still if explicity asked */ +#undef IPV4_DEFAULT + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ -- cgit v1.2.1