OpenSSH 3.6.1p1 on NCR - configuration changes?

Jay Libove libove at felines.org
Tue Apr 22 06:36:34 EST 2003


Hi -

I'm just following up on my reports a couple of weeks back about getting
OpenSSH 3.6.1p1 to compile and run on MCR MP-RAS.

Did any changes get submitted to the configuration scripts to make them
aware of MP-RAS' peculiarities?

Here are the two diffs that I'm using, which probably are not the "right"
way to do it.

Thanks
-Jay


diff -cr openssh-3.6.1p1/includes.h openssh-3.6.1p1-customized/includes.h
*** openssh-3.6.1p1/includes.h  Sun Oct 20 20:50:26 2002
--- openssh-3.6.1p1-customized/includes.h       Mon Apr  7 17:32:04 2003
***************
*** 104,110 ****
--- 104,114 ----
  #ifdef HAVE_SYS_TIME_H
  # include <sys/time.h> /* For timersub */
  #endif
+ #define _XOPEN_SOURCE
+ #define _XOPEN_SOURCE_EXTENDED 1
  #include <sys/resource.h>
+ #undef _XOPEN_SOURCE_EXTENDED
+ #undef _XOPEN_SOURCE
  #ifdef HAVE_SYS_SELECT_H
  # include <sys/select.h>
  #endif


*** openssh-3.6.1p1/configure   Tue Apr  1 06:57:28 2003
--- openssh-3.6.1p1-customized/configure   Mon Apr 21 15:40:23 2003
***************
*** 4420,4425 ****
--- 4420,4429 ----
  #define USE_PIPES 1
  _ACEOF

+       cat >>confdefs.h <<\_ACEOF
+ #define STREAMS_PUSH_ACQUIRES_CTTY 1
+ _ACEOF
+
        ;;
  *-sni-sysv*)
        CPPFLAGS="$CPPFLAGS -I/usr/local/include"




More information about the openssh-unix-dev mailing list