aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 17:49:44 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 17:49:44 +0000
commit97780a33efddca3c7ffba155c48c4cf634cc8d41 (patch)
tree821da011406dde39fac4076ae8b50feca17783b8 /busybox.def.h
parent277eff7b1de0ec9bbbf1970117686782e7259e99 (diff)
downloadbusybox-w32-97780a33efddca3c7ffba155c48c4cf634cc8d41.tar.gz
busybox-w32-97780a33efddca3c7ffba155c48c4cf634cc8d41.tar.bz2
busybox-w32-97780a33efddca3c7ffba155c48c4cf634cc8d41.zip
- grep -v ^\.PHONY < Makefile
+ busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied. git-svn-id: svn://busybox.net/trunk/busybox@471 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 1880884f9..79eef1d12 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -130,6 +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
134#define BB_FEATURE_TRIVIAL_HELP
135//
133// Use termios to manipulate the screen ('more' is prettier with this on) 136// Use termios to manipulate the screen ('more' is prettier with this on)
134#define BB_FEATURE_USE_TERMIOS 137#define BB_FEATURE_USE_TERMIOS
135// 138//