aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-05-12 19:41:47 +0000
committerErik Andersen <andersen@codepoet.org>2000-05-12 19:41:47 +0000
commit7ab9c7ee52db8759d457819f5480378fa3aa97cc (patch)
tree37ef0fb8b142a4925b866c7caa5207b71b4ecae6 /busybox.def.h
parent3d427ac5efd249dc25dd03deb30520335f68911a (diff)
downloadbusybox-w32-7ab9c7ee52db8759d457819f5480378fa3aa97cc.tar.gz
busybox-w32-7ab9c7ee52db8759d457819f5480378fa3aa97cc.tar.bz2
busybox-w32-7ab9c7ee52db8759d457819f5480378fa3aa97cc.zip
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
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 a2d216ff7..744db85e8 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -14,6 +14,7 @@
14#define BB_CHVT 14#define BB_CHVT
15#define BB_CLEAR 15#define BB_CLEAR
16#define BB_CP_MV 16#define BB_CP_MV
17#define BB_CUT
17#define BB_DATE 18#define BB_DATE
18#define BB_DD 19#define BB_DD
19#define BB_DEALLOCVT 20#define BB_DEALLOCVT
@@ -60,7 +61,7 @@
60#define BB_MKNOD 61#define BB_MKNOD
61#define BB_MKSWAP 62#define BB_MKSWAP
62#define BB_MKTEMP 63#define BB_MKTEMP
63#define BB_MNC 64#define BB_NC
64#define BB_MORE 65#define BB_MORE
65#define BB_MOUNT 66#define BB_MOUNT
66#define BB_MT 67#define BB_MT
@@ -134,7 +135,7 @@
134// 135//
135// This compiles out everything but the most 136// This compiles out everything but the most
136// trivial --help usage information (i.e. reduces binary size) 137// trivial --help usage information (i.e. reduces binary size)
137//#define BB_FEATURE_TRIVIAL_HELP 138#define BB_FEATURE_TRIVIAL_HELP
138// 139//
139// Use termios to manipulate the screen ('more' is prettier with this on) 140// Use termios to manipulate the screen ('more' is prettier with this on)
140//#define BB_FEATURE_USE_TERMIOS 141//#define BB_FEATURE_USE_TERMIOS