diff options
author | Glenn L McGrath | 2001-01-02 23:41:50 +0000 |
---|---|---|
committer | Glenn L McGrath | 2001-01-02 23:41:50 +0000 |
commit | 7541e3a812b0d6190b63bcc8327526d9cbef68e2 (patch) | |
tree | 7f2b94c79f12b1a8d8f184fbc9568f84d2be66cf /Config.h | |
parent | 004827d71597b49c9c2eaac2654edc114981367c (diff) | |
download | busybox-7541e3a812b0d6190b63bcc8327526d9cbef68e2.zip busybox-7541e3a812b0d6190b63bcc8327526d9cbef68e2.tar.gz |
add dpkg-deb command
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -25,6 +25,7 @@ #define BB_DIRNAME #define BB_DMESG #define BB_DOS2UNIX +#define BB_DPKG_DEB #define BB_DUTMP #define BB_DU #define BB_DUMPKMAP @@ -327,6 +328,18 @@ #endif #endif // +#ifdef BB_DPKG_DEB +#ifndef BB_AR +#define BB_AR +#endif +#ifndef BB_TAR +#define BB_TAR +#endif +#ifndef BB_FEATURE_TAR_GZIP +#define BB_FEATURE_TAR_GZIP +#endif +#endif +// #ifdef BB_TAR #ifdef BB_FEATURE_TAR_GZIP #ifndef BB_GUNZIP |