summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-24 00:55:04 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-24 00:55:04 +0000
commit38e60935bbece7ca891bf9264366c26d7a42414e (patch)
treeae4cd7626fefeacc689004b87bf4c780a540244b /configure.in
parent803f16cbe4acdcfaf21e87c5f655c63b85f8d1a3 (diff)
- (bal) Generalize lack of UNIX sockets since this also effects Cray
not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5d728336..e236fa49 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.251 2001/02/23 05:05:53 mouring Exp $
+# $Id: configure.in,v 1.252 2001/02/24 00:55:05 mouring Exp $
AC_INIT(ssh.c)
@@ -71,6 +71,7 @@ case "$host" in
AC_DEFINE(IPV4_DEFAULT)
AC_DEFINE(IP_TOS_IS_BROKEN)
AC_DEFINE(BROKEN_VHANGUP)
+ AC_DEFINE(NO_X11_UNIX_SOCKETS)
no_libsocket=1
no_libnsl=1
;;