Call for testing for 3.5 OpenSSH

Wendy Palm wendyp at cray.com
Wed Sep 25 01:38:38 EST 2002


Tim Rice wrote:
> 
> On Mon, 23 Sep 2002, Wendy Palm wrote:
> 
> [snip]
> > diff -cr openssh/auth1.c openssh.cray/auth1.c
> > *** openssh/auth1.c     Wed Sep 11 18:47:30 2002
> > --- openssh.cray/auth1.c        Mon Sep 23 12:39:06 2002
> > + #if defined(_CRAY) && ! defined(_CRAYSV2)
> > + #include <ia.h>
> > + #endif /* _CRAY */
> 
> Is this because ia.h does not exist on _CRAYSV2 ?
> Or because including ia.h breaks on _CRAYSV2 ?
> Could we test for ia.h in configure and use HAVE_IA_H ?
> 
> Same question for openssh/auth2.c

ia.h does not exist on the sv2.  yes, can do the check in
configure.

> 
> > *** openssh/session.c   Wed Sep 18 20:50:49 2002
> > --- openssh.cray/session.c      Mon Sep 23 12:47:35 2002
> > + #if defined(_CRAY) && ! defined(_CRAYSV2)
> > + #include <tmpdir.h>
> > + #endif
> 
> Can we use HAVE_TMPDIR_H ?

however you guys want to do it is fine with me.


-- 
wendy palm
Cray OS Sustaining Engineering, Cray Inc.
wendyp at cray.com, 651-605-9154



More information about the openssh-unix-dev mailing list