commit | 24e2833cdfcba3505bbde9b56906bbcbb67aa2be | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Fri Oct 05 03:48:57 2001 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Fri Oct 05 03:48:57 2001 +0000 |
tree | 9555ce149062ec16167d77aa6a5d7a55850c511d | |
parent | 2e772edacf70e9ff45a00a34af4c94e04d490fc2 [diff] [blame] |
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))
diff --git a/Config.h b/Config.h index 95eb3de..36c897a 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