summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authordamien <damien>2000-01-19 03:36:49 +0000
committerdamien <damien>2000-01-19 03:36:49 +0000
commit8fc0fd8ae0207329dcaba7a59d3742efcc966d7d (patch)
tree80f2ae37acdadd0c5b409e63b454083e5367c6ab /acconfig.h
parent0229f895c449a5f27da64f9aee70b050d603cd21 (diff)
downloadopenssh-8fc0fd8ae0207329dcaba7a59d3742efcc966d7d.tar.gz
- 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
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
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 ************** */