aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-12-24 16:59:27 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-12-24 16:59:27 +0000
commit765996aaea0ba6dafcb2c52504065e8c80d2cb92 (patch)
tree55852e4b54f8de766e212c32a8713f48564d06dc /include/applets.h
parent0ee3999d13b662d233dfc7decdd4d691cd66fdda (diff)
downloadbusybox-w32-765996aaea0ba6dafcb2c52504065e8c80d2cb92.tar.gz
busybox-w32-765996aaea0ba6dafcb2c52504065e8c80d2cb92.tar.bz2
busybox-w32-765996aaea0ba6dafcb2c52504065e8c80d2cb92.zip
Cleanup usage messages (-200 bytes).
Remove busybox_main from applet table since it is called via separate check
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/applets.h b/include/applets.h
index d3e38d813..d4a5564b1 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -15,7 +15,6 @@
15#undef APPLET_ODDNAME 15#undef APPLET_ODDNAME
16#undef APPLET_NOUSAGE 16#undef APPLET_NOUSAGE
17 17
18
19#if defined(PROTOTYPES) 18#if defined(PROTOTYPES)
20# define APPLET(a,b,c) extern int a##_main(int argc, char **argv); 19# define APPLET(a,b,c) extern int a##_main(int argc, char **argv);
21# define APPLET_NOUSAGE(a,b,c,d) extern int b##_main(int argc, char **argv); 20# define APPLET_NOUSAGE(a,b,c,d) extern int b##_main(int argc, char **argv);
@@ -64,8 +63,6 @@ USE_BASENAME(APPLET(basename, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
64USE_BBCONFIG(APPLET(bbconfig, _BB_DIR_BIN, _BB_SUID_NEVER)) 63USE_BBCONFIG(APPLET(bbconfig, _BB_DIR_BIN, _BB_SUID_NEVER))
65//USE_BBSH(APPLET(bbsh, _BB_DIR_BIN, _BB_SUID_NEVER)) 64//USE_BBSH(APPLET(bbsh, _BB_DIR_BIN, _BB_SUID_NEVER))
66USE_BUNZIP2(APPLET(bunzip2, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 65USE_BUNZIP2(APPLET(bunzip2, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
67/* Always enabled. */
68APPLET_NOUSAGE(busybox, busybox, _BB_DIR_BIN, _BB_SUID_MAYBE)
69USE_BUNZIP2(APPLET_ODDNAME(bzcat, bunzip2, _BB_DIR_USR_BIN, _BB_SUID_NEVER, bzcat)) 66USE_BUNZIP2(APPLET_ODDNAME(bzcat, bunzip2, _BB_DIR_USR_BIN, _BB_SUID_NEVER, bzcat))
70USE_CAL(APPLET(cal, _BB_DIR_USR_BIN, _BB_SUID_NEVER)) 67USE_CAL(APPLET(cal, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
71USE_CAT(APPLET(cat, _BB_DIR_BIN, _BB_SUID_NEVER)) 68USE_CAT(APPLET(cat, _BB_DIR_BIN, _BB_SUID_NEVER))