Check for tcgetattr() to enable HAVE_TCGETATTR in sysunix.c this seems

to work better on embedded targets running off the initial console.

Also, first merge of patches from Debian.  This part holds all of the
sysunix.c changes and some 8-bit patches and SIGSTP patches in the
editline.c file.
This commit is contained in:
Joachim Nilsson
2008-06-09 21:37:01 +02:00
parent 9a94fc9d4d
commit f7b2ea938d
6 changed files with 85 additions and 16 deletions

View File

@@ -64,6 +64,9 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the `tcgetattr' function. */
#undef HAVE_TCGETATTR
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H