diff options
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 @@ | |||
1 | /* $Id: acconfig.h,v 1.153 2003/05/15 02:27:08 djm Exp $ */ | 1 | /* $Id: acconfig.h,v 1.154 2003/05/18 10:52:40 djm Exp $ */ |
2 | 2 | ||
3 | #ifndef _CONFIG_H | 3 | #ifndef _CONFIG_H |
4 | #define _CONFIG_H | 4 | #define _CONFIG_H |
@@ -295,9 +295,6 @@ | |||
295 | /* Specify location of ssh.pid */ | 295 | /* Specify location of ssh.pid */ |
296 | #undef _PATH_SSH_PIDDIR | 296 | #undef _PATH_SSH_PIDDIR |
297 | 297 | ||
298 | /* Use IPv4 for connection by default, IPv6 can still if explicity asked */ | ||
299 | #undef IPV4_DEFAULT | ||
300 | |||
301 | /* getaddrinfo is broken (if present) */ | 298 | /* getaddrinfo is broken (if present) */ |
302 | #undef BROKEN_GETADDRINFO | 299 | #undef BROKEN_GETADDRINFO |
303 | 300 | ||