aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-19 05:35:19 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-19 05:35:19 +0000
commit330fd2b5767110f29544131d4c72c77e0506b6df (patch)
treeaa360774a903d3ebb0b2b5f3031c2e359f9c3afb /busybox.def.h
parentd356c6e9d1bc091c64200ecc401aa9b6ffb53151 (diff)
downloadbusybox-330fd2b5767110f29544131d4c72c77e0506b6df.tar.gz
More libc portability updates, add in the website (which has not been
archived previously). Wrote 'which' during the meeting today. -Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 8eb32bfb8..ea17a3982 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -97,6 +97,7 @@
#define BB_UPTIME
#define BB_USLEEP
#define BB_WC
+#define BB_WHICH
#define BB_WHOAMI
#define BB_UMOUNT
#define BB_UNIQ
@@ -200,7 +201,7 @@
#define BB_FEATURE_SORT_REVERSE
//
// Enable command line editing in the shell
-//#define BB_FEATURE_SH_COMMAND_EDITING
+#define BB_FEATURE_SH_COMMAND_EDITING
//
//Allow the shell to invoke all the compiled in BusyBox commands as if they
//were shell builtins. Nice for staticly linking an emergency rescue shell
@@ -261,3 +262,8 @@
#define BB_NFSMOUNT
#endif
//
+#if defined BB_FEATURE_STANDALONE_SHELL
+#ifndef BB_FEATURE_USE_TERMIOS
+#define BB_FEATURE_USE_TERMIOS
+#endif
+#endif