aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-05 03:48:57 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-10-05 03:48:57 +0000
commit1eb2cc0584e2dd10c54d6dc02416d8b11a542e58 (patch)
tree9555ce149062ec16167d77aa6a5d7a55850c511d /Config.h
parentba46fd6221046c4eccf2169221486c5d45c1decf (diff)
downloadbusybox-w32-1eb2cc0584e2dd10c54d6dc02416d8b11a542e58.tar.gz
busybox-w32-1eb2cc0584e2dd10c54d6dc02416d8b11a542e58.tar.bz2
busybox-w32-1eb2cc0584e2dd10c54d6dc02416d8b11a542e58.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)) git-svn-id: svn://busybox.net/trunk/busybox@3491 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 95eb3de4b..36c897a67 100644
--- a/Config.h
+++ b/Config.h
@@ -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