diff options
author | Rob Landley <rob@landley.net> | 2005-04-30 03:49:37 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-04-30 03:49:37 +0000 |
commit | ad8071f582a354924e96a3842e4fda7895bb5b7f (patch) | |
tree | 6a0fb577de9944fcbb68604a45bbb581da6d8590 /include/applets.h | |
parent | 55b1efc6de0bce7872dd9b46c19e6688a1976427 (diff) | |
download | busybox-w32-ad8071f582a354924e96a3842e4fda7895bb5b7f.tar.gz busybox-w32-ad8071f582a354924e96a3842e4fda7895bb5b7f.tar.bz2 busybox-w32-ad8071f582a354924e96a3842e4fda7895bb5b7f.zip |
David Brownell submitted a new applet, zcip, based on RFC 3927. This is
version 0418b. It compiled.
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 755eb01ab..7f6f75864 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -692,6 +692,9 @@ | |||
692 | #ifdef CONFIG_GUNZIP | 692 | #ifdef CONFIG_GUNZIP |
693 | APPLET(zcat, gunzip_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 693 | APPLET(zcat, gunzip_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
694 | #endif | 694 | #endif |
695 | #ifdef CONFIG_ZCIP | ||
696 | APPLET(zcip, zcip_main, _BB_DIR_SBIN, _BB_SUID_NEVER) | ||
697 | #endif | ||
695 | 698 | ||
696 | #if !defined(PROTOTYPES) && !defined(MAKE_USAGE) | 699 | #if !defined(PROTOTYPES) && !defined(MAKE_USAGE) |
697 | { 0,NULL,0 } | 700 | { 0,NULL,0 } |