diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-24 18:07:19 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-24 18:07:19 +0000 |
commit | 9f0fedb8f693829e7869439a2ad43cc1c21a3786 (patch) | |
tree | 10aa156e8cefad985eb3c9e5dafd68c22eb1e632 /debian/Config.h-static | |
parent | 3a4aef5a4c145515a53c7d21a8d977fbc0892e32 (diff) | |
download | busybox-9f0fedb8f693829e7869439a2ad43cc1c21a3786.tar.gz |
Split up chmod_chown_chgrp.c into 3 separate apps. This unfortunately
adds 384 bytes to the overall size. But having each app be standalone
is the Right Thing(tm) so we will just have to live with it.
-Erik
Diffstat (limited to 'debian/Config.h-static')
-rw-r--r-- | debian/Config.h-static | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/Config.h-static b/debian/Config.h-static index ad26f8b15..4068290a6 100644 --- a/debian/Config.h-static +++ b/debian/Config.h-static @@ -10,7 +10,9 @@ #define BB_AR #define BB_BASENAME #define BB_CAT -#define BB_CHMOD_CHOWN_CHGRP +#define BB_CHGRP +#define BB_CHMOD +#define BB_CHOWN #define BB_CHROOT #define BB_CHVT #define BB_CLEAR |