diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-01 23:38:54 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-11-01 23:38:54 +0000 |
commit | bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6 (patch) | |
tree | 4f0dbf581511eaaa3f0f86878f7e693a9faac6ce /archival/libunarchive | |
parent | d6aec8619d1713f90dba9999fa8dc52976aad1bd (diff) | |
download | busybox-w32-bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6.tar.gz busybox-w32-bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6.tar.bz2 busybox-w32-bf1cc8b1b7a218a4c2f4bfb23ea44c74b65ebbf6.zip |
Make uncompress a seperate applet so it doesnt pull in all the gunzip code
Diffstat (limited to 'archival/libunarchive')
-rw-r--r-- | archival/libunarchive/decompress_uncompress.c | 2 | ||||
-rw-r--r-- | archival/libunarchive/uncompress.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archival/libunarchive/decompress_uncompress.c b/archival/libunarchive/decompress_uncompress.c index 02835cfce..302201fc0 100644 --- a/archival/libunarchive/decompress_uncompress.c +++ b/archival/libunarchive/decompress_uncompress.c | |||
@@ -1,7 +1,7 @@ | |||
1 | #include "config.h" | 1 | #include "config.h" |
2 | #include "libbb.h" | 2 | #include "libbb.h" |
3 | 3 | ||
4 | #ifdef CONFIG_FEATURE_UNCOMPRESS | 4 | #ifdef CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS |
5 | 5 | ||
6 | /* uncompress for busybox -- (c) 2002 Robert Griebl | 6 | /* uncompress for busybox -- (c) 2002 Robert Griebl |
7 | * | 7 | * |
diff --git a/archival/libunarchive/uncompress.c b/archival/libunarchive/uncompress.c index 02835cfce..302201fc0 100644 --- a/archival/libunarchive/uncompress.c +++ b/archival/libunarchive/uncompress.c | |||
@@ -1,7 +1,7 @@ | |||
1 | #include "config.h" | 1 | #include "config.h" |
2 | #include "libbb.h" | 2 | #include "libbb.h" |
3 | 3 | ||
4 | #ifdef CONFIG_FEATURE_UNCOMPRESS | 4 | #ifdef CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS |
5 | 5 | ||
6 | /* uncompress for busybox -- (c) 2002 Robert Griebl | 6 | /* uncompress for busybox -- (c) 2002 Robert Griebl |
7 | * | 7 | * |