diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-01 23:38:54 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-01 23:38:54 +0000 |
commit | bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6 (patch) | |
tree | 4f0dbf581511eaaa3f0f86878f7e693a9faac6ce /include/applets.h | |
parent | d6aec8619d1713f90dba9999fa8dc52976aad1bd (diff) | |
download | busybox-w32-bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6.tar.gz busybox-w32-bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6.tar.bz2 busybox-w32-bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6.zip |
Make uncompress a seperate applet so it doesnt pull in all the gunzip code
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/applets.h b/include/applets.h index 836ed9956..1660b11c5 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -515,10 +515,8 @@ | |||
515 | #ifdef CONFIG_UNAME | 515 | #ifdef CONFIG_UNAME |
516 | APPLET(uname, uname_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 516 | APPLET(uname, uname_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
517 | #endif | 517 | #endif |
518 | #ifdef CONFIG_GUNZIP | 518 | #ifdef CONFIG_UNCOMPRESS |
519 | # ifdef CONFIG_FEATURE_UNCOMPRESS | 519 | APPLET(uncompress, uncompress_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
520 | APPLET_ODDNAME("uncompress", gunzip_main, _BB_DIR_BIN, _BB_SUID_NEVER, gunzip) | ||
521 | # endif | ||
522 | #endif | 520 | #endif |
523 | #ifdef CONFIG_UNIQ | 521 | #ifdef CONFIG_UNIQ |
524 | APPLET(uniq, uniq_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 522 | APPLET(uniq, uniq_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |