diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-05 17:11:08 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-05 17:11:08 +0000 |
commit | 68012b7ea61ae78c3caaf57c90e53ecc8a5515b2 (patch) | |
tree | 1bf7e42ab91dfddced292924b16a4b549b8b7071 /include | |
parent | 195293788115b247408d70f3d253efb8052e9d3c (diff) | |
download | busybox-w32-68012b7ea61ae78c3caaf57c90e53ecc8a5515b2.tar.gz busybox-w32-68012b7ea61ae78c3caaf57c90e53ecc8a5515b2.tar.bz2 busybox-w32-68012b7ea61ae78c3caaf57c90e53ecc8a5515b2.zip |
fixing build system overhaul fallout...
git-svn-id: svn://busybox.net/trunk/busybox@16309 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/bb_config.h | 6 |
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 @@ | |||
2 | * which depend on other symbols, which themself are off. | 2 | * which depend on other symbols, which themself are off. |
3 | * Provide them here by hand. Need a better idea. */ | 3 | * Provide them here by hand. Need a better idea. */ |
4 | 4 | ||
5 | #ifndef ENABLE_FEATURE_GUNZIP_UNCOMPRESS | ||
6 | #define ENABLE_FEATURE_GUNZIP_UNCOMPRESS 0 | ||
7 | #define USE_FEATURE_GUNZIP_UNCOMPRESS(...) | ||
8 | #define SKIP_FEATURE_GUNZIP_UNCOMPRESS(...) __VA_ARGS__ | ||
9 | #endif | ||
10 | |||
5 | #ifndef ENABLE_KILLALL5 | 11 | #ifndef ENABLE_KILLALL5 |
6 | #define ENABLE_KILLALL5 0 | 12 | #define ENABLE_KILLALL5 0 |
7 | #define USE_KILLALL5(...) | 13 | #define USE_KILLALL5(...) |