aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-24 18:07:19 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-04-24 18:07:19 +0000
commitc1db72874a1dbb92ee3dca555e1561e6a95b5ce2 (patch)
tree10aa156e8cefad985eb3c9e5dafd68c22eb1e632 /Config.h
parent630c4d3f8ede5b6082596b7a606f4212bf7d427e (diff)
downloadbusybox-w32-c1db72874a1dbb92ee3dca555e1561e6a95b5ce2.tar.gz
busybox-w32-c1db72874a1dbb92ee3dca555e1561e6a95b5ce2.tar.bz2
busybox-w32-c1db72874a1dbb92ee3dca555e1561e6a95b5ce2.zip
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 git-svn-id: svn://busybox.net/trunk/busybox@2422 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Config.h b/Config.h
index cbcf58d16..f7859479d 100644
--- a/Config.h
+++ b/Config.h
@@ -11,7 +11,9 @@
11//#define BB_AR 11//#define BB_AR
12#define BB_BASENAME 12#define BB_BASENAME
13#define BB_CAT 13#define BB_CAT
14#define BB_CHMOD_CHOWN_CHGRP 14#define BB_CHGRP
15#define BB_CHMOD
16#define BB_CHOWN
15#define BB_CHROOT 17#define BB_CHROOT
16#define BB_CHVT 18#define BB_CHVT
17#define BB_CLEAR 19#define BB_CLEAR