From 24e2833cdfcba3505bbde9b56906bbcbb67aa2be Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 5 Oct 2001 03:48:57 +0000 Subject: Initial support for for bunzip2.... This code could be improvemed by 1) supporting more options, 2) Creating a shared crc table with gunzip, or perhaps generated on the fly. 3) Removing any remaining unneccessary code (e.g. if (noisy)) --- Config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Config.h') diff --git a/Config.h b/Config.h index 95eb3de4b..36c897a67 100644 --- a/Config.h +++ b/Config.h @@ -13,6 +13,7 @@ //#define BB_AR //#define BB_ASH #define BB_BASENAME +//#define BB_BUNZIP2 #define BB_CAT #define BB_CHGRP #define BB_CHMOD -- cgit v1.2.3-55-g6feb