diff options
| author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-19 22:14:58 +0000 |
|---|---|---|
| committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-19 22:14:58 +0000 |
| commit | c401cd334b14b7c76e4b258c59f4cd39b91b3059 (patch) | |
| tree | 51abcccf0c91efea2a07b70ffe6a9aecd86b21a2 /include | |
| parent | 68b4615a9ee4ea52de97b69dbe141815f60b5c18 (diff) | |
| download | busybox-w32-c401cd334b14b7c76e4b258c59f4cd39b91b3059.tar.gz busybox-w32-c401cd334b14b7c76e4b258c59f4cd39b91b3059.tar.bz2 busybox-w32-c401cd334b14b7c76e4b258c59f4cd39b91b3059.zip | |
build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_)
git-svn-id: svn://busybox.net/trunk/busybox@16409 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
| -rw-r--r-- | include/bb_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bb_config.h b/include/bb_config.h index 1f96026fd..152eb13e6 100644 --- a/include/bb_config.h +++ b/include/bb_config.h | |||
| @@ -2,6 +2,9 @@ | |||
| 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 | /* This is especially bad because it forces rebuild of | ||
| 6 | * everything whenever any of these options change */ | ||
| 7 | |||
| 5 | #ifndef ENABLE_FEATURE_GUNZIP_UNCOMPRESS | 8 | #ifndef ENABLE_FEATURE_GUNZIP_UNCOMPRESS |
| 6 | #define ENABLE_FEATURE_GUNZIP_UNCOMPRESS 0 | 9 | #define ENABLE_FEATURE_GUNZIP_UNCOMPRESS 0 |
| 7 | #define USE_FEATURE_GUNZIP_UNCOMPRESS(...) | 10 | #define USE_FEATURE_GUNZIP_UNCOMPRESS(...) |
