commit
022782ce09
@ -49,6 +49,7 @@
|
|||||||
* WITH THE SOFTWARE.
|
* WITH THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
@ -59,6 +60,13 @@
|
|||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|
||||||
|
#ifndef TIOCGWINSZ
|
||||||
|
#include <termios.h>
|
||||||
|
#ifdef ECHO
|
||||||
|
#undef ECHO
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* telnet.h contains some #defines for the various
|
* telnet.h contains some #defines for the various
|
||||||
* commands, escape characters, and modes for telnet.
|
* commands, escape characters, and modes for telnet.
|
||||||
|
Loading…
Reference in New Issue
Block a user