summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authordamien <damien>2000-03-11 09:45:40 +0000
committerdamien <damien>2000-03-11 09:45:40 +0000
commit74cfb0c2d32d4bbbc2fc09269d15458d44272030 (patch)
tree40be5ead7ace0d0e16adb69781f05483e58511ca /acconfig.h
parent5a540ef8de0455044e66d035a792722efc85bf49 (diff)
downloadopenssh-74cfb0c2d32d4bbbc2fc09269d15458d44272030.tar.gz
- IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 7f51937a..ee3be6e3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -153,6 +153,12 @@
/* getaddrinfo is broken (if present) */
#undef BROKEN_GETADDRINFO
+/* Workaround more Linux IPv6 bugs */
+#undef DONT_TRY_OTHER_AF
+
+/* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */
+#undef IPV4_IN_IPV6
+
@BOTTOM@
/* ******************* Shouldn't need to edit below this line ************** */