diff options
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -25,6 +25,7 @@ | |||
25 | #define BB_DIRNAME | 25 | #define BB_DIRNAME |
26 | #define BB_DMESG | 26 | #define BB_DMESG |
27 | #define BB_DOS2UNIX | 27 | #define BB_DOS2UNIX |
28 | #define BB_DPKG_DEB | ||
28 | #define BB_DUTMP | 29 | #define BB_DUTMP |
29 | #define BB_DU | 30 | #define BB_DU |
30 | #define BB_DUMPKMAP | 31 | #define BB_DUMPKMAP |
@@ -327,6 +328,18 @@ | |||
327 | #endif | 328 | #endif |
328 | #endif | 329 | #endif |
329 | // | 330 | // |
331 | #ifdef BB_DPKG_DEB | ||
332 | #ifndef BB_AR | ||
333 | #define BB_AR | ||
334 | #endif | ||
335 | #ifndef BB_TAR | ||
336 | #define BB_TAR | ||
337 | #endif | ||
338 | #ifndef BB_FEATURE_TAR_GZIP | ||
339 | #define BB_FEATURE_TAR_GZIP | ||
340 | #endif | ||
341 | #endif | ||
342 | // | ||
330 | #ifdef BB_TAR | 343 | #ifdef BB_TAR |
331 | #ifdef BB_FEATURE_TAR_GZIP | 344 | #ifdef BB_FEATURE_TAR_GZIP |
332 | #ifndef BB_GUNZIP | 345 | #ifndef BB_GUNZIP |