Displaying 1 result from an estimated 1 matches for "qnx_term_h".
2000 Sep 12
0
OpenSSH 2.2.0p1 port to QNX 4
...r QNX.
Please include my changes into the OpenSSH portable distribution to allow
others to install OpenSSH under QNX easily.
Greetings
Andreas
-------------- next part --------------
/* Things the system doesn't provide under QNX */
#if defined(__QNX__) && !defined(__QNXNTO__)
#ifndef QNX_TERM_H
#define QNX_TERM_H
#define IXANY 0 /* not supported on QNX; under Linux 0004000 */
#define ONLCR 0 /* not supported on QNX; under Linux 0000004 */
#endif /* !QNX_TERM_H */
#endif /* __QNX__ && !__QNXNTO__ */
-------------- next part --------------
diff -cr openssh-2.2.0p1.orig/clientloop....