From f6495eb7670063c0e9040c3eb3a0f1087d762a6a Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Wed, 15 May 2002 22:13:47 +0000 Subject: Support old-style compress (.Z) files via libbb / unzip( ) calls (configurable) - When enabled an applet "uncompress" is also made available (oddname to gunzip) --- include/applets.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index aaac6a9d4..6d01901a3 100644 --- a/include/applets.h +++ b/include/applets.h @@ -467,6 +467,11 @@ #ifdef CONFIG_UNAME APPLET(uname, uname_main, _BB_DIR_BIN) #endif +#ifdef CONFIG_GUNZIP +# ifdef CONFIG_FEATURE_UNCOMPRESS + APPLET_ODDNAME("uncompress", gunzip_main, _BB_DIR_BIN, gunzip) +# endif +#endif #ifdef CONFIG_UNIQ APPLET(uniq, uniq_main, _BB_DIR_USR_BIN) #endif -- cgit v1.2.3