aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2001-01-02 23:41:50 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2001-01-02 23:41:50 +0000
commit7541e3a812b0d6190b63bcc8327526d9cbef68e2 (patch)
tree7f2b94c79f12b1a8d8f184fbc9568f84d2be66cf /Config.h
parent004827d71597b49c9c2eaac2654edc114981367c (diff)
downloadbusybox-w32-7541e3a812b0d6190b63bcc8327526d9cbef68e2.tar.gz
busybox-w32-7541e3a812b0d6190b63bcc8327526d9cbef68e2.tar.bz2
busybox-w32-7541e3a812b0d6190b63bcc8327526d9cbef68e2.zip
add dpkg-deb command
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index c156d949c..e3bc731b0 100644
--- a/Config.h
+++ b/Config.h
@@ -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