summaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-21 01:26:49 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-21 01:26:49 +0000
commit1d1d95051a288b6bf64498aac9fb20047f384b7d (patch)
tree2c99ce8ba7d4d592806fbf81899e663bc884676b /busybox.def.h
parentcf8d38a3eb46f4f9c4e674d43cff486cd79c9c0f (diff)
downloadbusybox-w32-1d1d95051a288b6bf64498aac9fb20047f384b7d.tar.gz
busybox-w32-1d1d95051a288b6bf64498aac9fb20047f384b7d.tar.bz2
busybox-w32-1d1d95051a288b6bf64498aac9fb20047f384b7d.zip
More Doc updates. cmdedit and more termio fixes.
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h
index f1c7b4f13..786b1a5d1 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -130,8 +130,9 @@
130// normal strings. 130// normal strings.
131#define BB_FEATURE_FULL_REGULAR_EXPRESSIONS 131#define BB_FEATURE_FULL_REGULAR_EXPRESSIONS
132// 132//
133// Use only simple command help 133// This compiles out everything but the most
134#define BB_FEATURE_TRIVIAL_HELP 134// trivial --help usage information (i.e. reduces binary size)
135//#define BB_FEATURE_TRIVIAL_HELP
135// 136//
136// Use termios to manipulate the screen ('more' is prettier with this on) 137// Use termios to manipulate the screen ('more' is prettier with this on)
137#define BB_FEATURE_USE_TERMIOS 138#define BB_FEATURE_USE_TERMIOS