aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
authorJeremie Koenig <jk@jk.fr.eu.org>2010-07-30 06:01:37 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-08-01 03:31:35 +0200
commit138ce54c9c1930348bc842be781accd7c50c2cef (patch)
tree0992cad1a2167bba7dfda1a70e20cf3c90489513 /coreutils/Config.src
parent63c2e7ecc0c7a72b2ed35475a8d18d3052039ce4 (diff)
downloadbusybox-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.src1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src
index 780b73fda..0eb70af55 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.