Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-05 21:11:08 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-05 21:11:08 +0400
commit1868409c86c7fbd46377a7842160e164c2c4ba49 (patch)
tree920f2148e63a3e4dd722c1b27b2fe9e200d9382e /include
parent5d2f1736d9bdc2ac0d47000ed0ce403b9f06f6fb (diff)
fixing build system overhaul fallout...
Diffstat (limited to 'include')
-rw-r--r--include/bb_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/bb_config.h b/include/bb_config.h
index beec07cba..1f96026fd 100644
--- a/include/bb_config.h
+++ b/include/bb_config.h
@@ -2,6 +2,12 @@
* which depend on other symbols, which themself are off.
* Provide them here by hand. Need a better idea. */
+#ifndef ENABLE_FEATURE_GUNZIP_UNCOMPRESS
+#define ENABLE_FEATURE_GUNZIP_UNCOMPRESS 0
+#define USE_FEATURE_GUNZIP_UNCOMPRESS(...)
+#define SKIP_FEATURE_GUNZIP_UNCOMPRESS(...) __VA_ARGS__
+#endif
+
#ifndef ENABLE_KILLALL5
#define ENABLE_KILLALL5 0
#define USE_KILLALL5(...)