diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/systty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systty.h b/src/systty.h index d4a77d2847f..b4b30fb41ba 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -159,7 +159,7 @@ static struct sensemode { | |||
| 159 | 159 | ||
| 160 | /* On TERMIOS systems, the tcmumbleattr calls take care of these | 160 | /* On TERMIOS systems, the tcmumbleattr calls take care of these |
| 161 | parameters, and it's a bad idea to use them (on AIX, it makes the | 161 | parameters, and it's a bad idea to use them (on AIX, it makes the |
| 162 | tty hang for a long time). | 162 | tty hang for a long time). */ |
| 163 | #if defined (TIOCGLTC) && !defined (HAVE_TERMIOS) | 163 | #if defined (TIOCGLTC) && !defined (HAVE_TERMIOS) |
| 164 | #define HAVE_LTCHARS | 164 | #define HAVE_LTCHARS |
| 165 | #endif | 165 | #endif |