diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-18 12:52:40 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-18 12:52:40 +0200 |
commit | 7e1bbc55af32d8f5d81200323198c65b548faaad (patch) | |
tree | be317e9ceb17268984b58d8f6c243123a66107f2 /acconfig.h | |
parent | - djm@cvs.openbsd.org 2003/05/16 03:27:12 (diff) | |
download | openssh-7e1bbc55af32d8f5d81200323198c65b548faaad.tar.xz openssh-7e1bbc55af32d8f5d81200323198c65b548faaad.zip |
- (djm) Remove IPv4 by default hack now that we can specify AF in config
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h index 8ea6b9ab8..7914deb52 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.153 2003/05/15 02:27:08 djm Exp $ */ +/* $Id: acconfig.h,v 1.154 2003/05/18 10:52:40 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -295,9 +295,6 @@ /* Specify location of ssh.pid */ #undef _PATH_SSH_PIDDIR -/* Use IPv4 for connection by default, IPv6 can still if explicity asked */ -#undef IPV4_DEFAULT - /* getaddrinfo is broken (if present) */ #undef BROKEN_GETADDRINFO |