diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-03-28 06:13:15 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-03-28 06:13:15 +0000 |
commit | ee79ca1ba69b5b43cd0c2e3b6d2eb20a4a5a0f8e (patch) | |
tree | 0cad7cbd79e1127d6f11134a3a79c98bf11a7ae8 /Config.h | |
parent | 0cbc8cf4c9b60f69826b9a9cf5bd5eb2e38eacb1 (diff) | |
download | busybox-w32-ee79ca1ba69b5b43cd0c2e3b6d2eb20a4a5a0f8e.tar.gz busybox-w32-ee79ca1ba69b5b43cd0c2e3b6d2eb20a4a5a0f8e.tar.bz2 busybox-w32-ee79ca1ba69b5b43cd0c2e3b6d2eb20a4a5a0f8e.zip |
Disable tar -z for now
Diffstat (limited to '')
-rw-r--r-- | Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ | |||
230 | #define BB_FEATURE_TAR_EXCLUDE | 230 | #define BB_FEATURE_TAR_EXCLUDE |
231 | // | 231 | // |
232 | // Enable support for tar -z option (currently only works for inflating) | 232 | // Enable support for tar -z option (currently only works for inflating) |
233 | #define BB_FEATURE_TAR_GZIP | 233 | //#define BB_FEATURE_TAR_GZIP |
234 | // | 234 | // |
235 | //// Enable reverse sort | 235 | //// Enable reverse sort |
236 | #define BB_FEATURE_SORT_REVERSE | 236 | #define BB_FEATURE_SORT_REVERSE |