aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-05 05:33:00 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-05 05:33:00 +0000
commit926e0e34656dde7de79fb32a2181f26f92279c0e (patch)
treed7e4c67fc57047c29490e3922b80c79f835eb30c /busybox.def.h
parentafeb6834597dba7c2546f36f5de61f218fbd5b4b (diff)
downloadbusybox-926e0e34656dde7de79fb32a2181f26f92279c0e.tar.gz
More TODO items. Fix a dependancy bug on busybox.def.h
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 01d7d87cc..3b7c8bf26 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -263,7 +263,7 @@
#define BB_NFSMOUNT
#endif
//
-#if defined BB_FEATURE_STANDALONE_SHELL
+#if defined BB_FEATURE_SH_COMMAND_EDITING
#ifndef BB_FEATURE_USE_TERMIOS
#define BB_FEATURE_USE_TERMIOS
#endif