search for: xxxssh

Displaying 1 result from an estimated 1 matches for "xxxssh".

Did you mean: xxhash
2001 Jan 31
1
PTY
...y.h is never included, but !!! OpenSSH work well good with openpty method. how to stop this warning and to include pty.h from libc : 1) to rename pty.X to ssh-pty.X plus changes from #include "pty.h" to #include "ssh-pty.h" in header/source files 2) to put pty.h in subfolder XXXssh and use #include "XXXssh/pty.h" in header/source files 3) to add in configure.in line: ...... ...*-*-linux*) CPPFLAGS="-I/usr/include $CPPFLAGS" ......