diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-05 03:48:57 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-10-05 03:48:57 +0000 |
| commit | 24e2833cdfcba3505bbde9b56906bbcbb67aa2be (patch) | |
| tree | 9555ce149062ec16167d77aa6a5d7a55850c511d /Config.h | |
| parent | 2e772edacf70e9ff45a00a34af4c94e04d490fc2 (diff) | |
| download | busybox-w32-24e2833cdfcba3505bbde9b56906bbcbb67aa2be.tar.gz busybox-w32-24e2833cdfcba3505bbde9b56906bbcbb67aa2be.tar.bz2 busybox-w32-24e2833cdfcba3505bbde9b56906bbcbb67aa2be.zip | |
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))
Diffstat (limited to 'Config.h')
| -rw-r--r-- | Config.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -13,6 +13,7 @@ | |||
| 13 | //#define BB_AR | 13 | //#define BB_AR |
| 14 | //#define BB_ASH | 14 | //#define BB_ASH |
| 15 | #define BB_BASENAME | 15 | #define BB_BASENAME |
| 16 | //#define BB_BUNZIP2 | ||
| 16 | #define BB_CAT | 17 | #define BB_CAT |
| 17 | #define BB_CHGRP | 18 | #define BB_CHGRP |
| 18 | #define BB_CHMOD | 19 | #define BB_CHMOD |
