Applied.
- Ben
On Wed, 16 May 2001, Corinna Vinschen wrote:
> Hi,
>
> it would be nice if somebody could apply the following patch. After
> some months of maintaining the Cygwin version of OpenSSH it finally
> turned out that USE_PIPES is the better option for Cygwin. It's
> working more reliable than socketpairs and it's WAY faster.
>
> Index: configure.in
> ==================================================================> RCS
file: /cvs/openssh_cvs/configure.in,v
> retrieving revision 1.285
> diff -u -p -r1.285 configure.in
> --- configure.in 2001/05/08 20:42:28 1.285
> +++ configure.in 2001/05/16 16:22:50
> @@ -64,6 +64,7 @@ case "$host" in
> *-*-cygwin*)
> LIBS="$LIBS -lregex /usr/lib/textmode.o"
> AC_DEFINE(HAVE_CYGWIN)
> + AC_DEFINE(USE_PIPES)
> AC_DEFINE(DISABLE_SHADOW)
> AC_DEFINE(IPV4_DEFAULT)
> AC_DEFINE(IP_TOS_IS_BROKEN)
>
> Thanks,
> Corinna
>
> --
> Corinna Vinschen
> Cygwin Developer
> Red Hat, Inc.
> mailto:vinschen at redhat.com
>