diff options
author | Jeremie Koenig | 2010-07-30 06:01:37 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-08-01 03:31:35 +0200 |
commit | 138ce54c9c1930348bc842be781accd7c50c2cef (patch) | |
tree | 0992cad1a2167bba7dfda1a70e20cf3c90489513 /coreutils/Config.src | |
parent | 63c2e7ecc0c7a72b2ed35475a8d18d3052039ce4 (diff) | |
download | busybox-138ce54c9c1930348bc842be781accd7c50c2cef.zip busybox-138ce54c9c1930348bc842be781accd7c50c2cef.tar.gz |
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>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r-- | coreutils/Config.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src index 780b73f..0eb70af 100644 --- a/coreutils/Config.src +++ b/coreutils/Config.src @@ -607,7 +607,6 @@ config FEATURE_STAT_FORMAT config STTY bool "stty" default y - depends on PLATFORM_LINUX help stty is used to change and print terminal line settings. |