diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-11 10:45:40 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-11 10:45:40 +0100 |
commit | 7bcb089ef791e2b624cf349ba24bf798aebef99a (patch) | |
tree | 40be5ead7ace0d0e16adb69781f05483e58511ca /acconfig.h | |
parent | More config fixes (diff) | |
download | openssh-7bcb089ef791e2b624cf349ba24bf798aebef99a.tar.xz openssh-7bcb089ef791e2b624cf349ba24bf798aebef99a.zip |
- IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 7f51937a4..ee3be6e33 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 ************** */ |