commit | 138ce54c9c1930348bc842be781accd7c50c2cef | [log] [tgz] |
---|---|---|
author | Jeremie Koenig <jk@jk.fr.eu.org> | Fri Jul 30 06:01:37 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Aug 01 03:31:35 2010 +0200 |
tree | 0992cad1a2167bba7dfda1a70e20cf3c90489513 | |
parent | 63c2e7ecc0c7a72b2ed35475a8d18d3052039ce4 [diff] |
stty: sort out preprocessor conditionals * Move the definitions of missing constants to the top of the file. * Fix undefined IDX_xxx on missing termios constants. * FreeBSD has TABDLY, TAB0 and TAB3, but no TAB1 or TAB2 * Omit the definition of set_window_size() if TIOCGWINSZ is not available. Signed-off-by: Jeremie Koenig <jk@jk.fr.eu.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>