diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-03 00:14:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-03 00:14:45 +0000 |
commit | 47b005217e4fcf24cc0fb55a8cd06ec5d3784e62 (patch) | |
tree | ac1e9c8b841ed9b64ea120e67c08c955ba3b2f69 | |
parent | 5e8b3ea19d045110e8e324cab3208de275d66244 (diff) | |
download | busybox-w32-47b005217e4fcf24cc0fb55a8cd06ec5d3784e62.tar.gz busybox-w32-47b005217e4fcf24cc0fb55a8cd06ec5d3784e62.tar.bz2 busybox-w32-47b005217e4fcf24cc0fb55a8cd06ec5d3784e62.zip |
Disable a bunch of less common stuff by default. This produces
a more reasonable sized default build.
-rw-r--r-- | Config.h | 92 |
1 files changed, 46 insertions, 46 deletions
@@ -7,37 +7,37 @@ | |||
7 | // | 7 | // |
8 | // | 8 | // |
9 | // BusyBox Applications | 9 | // BusyBox Applications |
10 | #define BB_AR | 10 | //#define BB_AR |
11 | #define BB_BASENAME | 11 | #define BB_BASENAME |
12 | #define BB_CAT | 12 | #define BB_CAT |
13 | #define BB_CHMOD_CHOWN_CHGRP | 13 | #define BB_CHMOD_CHOWN_CHGRP |
14 | #define BB_CHROOT | 14 | #define BB_CHROOT |
15 | #define BB_CHVT | 15 | #define BB_CHVT |
16 | #define BB_CLEAR | 16 | #define BB_CLEAR |
17 | #define BB_CMP | 17 | //#define BB_CMP |
18 | #define BB_CP_MV | 18 | #define BB_CP_MV |
19 | #define BB_CUT | 19 | #define BB_CUT |
20 | #define BB_DATE | 20 | #define BB_DATE |
21 | #define BB_DC | 21 | //#define BB_DC |
22 | #define BB_DD | 22 | #define BB_DD |
23 | #define BB_DEALLOCVT | 23 | //#define BB_DEALLOCVT |
24 | #define BB_DF | 24 | #define BB_DF |
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_DPKG_DEB |
29 | #define BB_DUTMP | 29 | //#define BB_DUTMP |
30 | #define BB_DU | 30 | #define BB_DU |
31 | #define BB_DUMPKMAP | 31 | //#define BB_DUMPKMAP |
32 | #define BB_ECHO | 32 | #define BB_ECHO |
33 | #define BB_EXPR | 33 | //#define BB_EXPR |
34 | #define BB_FBSET | 34 | //#define BB_FBSET |
35 | #define BB_FDFLUSH | 35 | //#define BB_FDFLUSH |
36 | #define BB_FIND | 36 | #define BB_FIND |
37 | #define BB_FREE | 37 | #define BB_FREE |
38 | #define BB_FREERAMDISK | 38 | //#define BB_FREERAMDISK |
39 | #define BB_FSCK_MINIX | 39 | //#define BB_FSCK_MINIX |
40 | #define BB_GETOPT | 40 | //#define BB_GETOPT |
41 | #define BB_GREP | 41 | #define BB_GREP |
42 | #define BB_GUNZIP | 42 | #define BB_GUNZIP |
43 | #define BB_GZIP | 43 | #define BB_GZIP |
@@ -47,47 +47,47 @@ | |||
47 | #define BB_HOSTNAME | 47 | #define BB_HOSTNAME |
48 | #define BB_ID | 48 | #define BB_ID |
49 | #define BB_INIT | 49 | #define BB_INIT |
50 | #define BB_INSMOD | 50 | //#define BB_INSMOD |
51 | #define BB_KILL | 51 | #define BB_KILL |
52 | #define BB_KILLALL | 52 | #define BB_KILLALL |
53 | #define BB_LENGTH | 53 | //#define BB_LENGTH |
54 | #define BB_LN | 54 | #define BB_LN |
55 | #define BB_LOADACM | 55 | //#define BB_LOADACM |
56 | #define BB_LOADFONT | 56 | //#define BB_LOADFONT |
57 | #define BB_LOADKMAP | 57 | //#define BB_LOADKMAP |
58 | #define BB_LOGGER | 58 | #define BB_LOGGER |
59 | #define BB_LOGNAME | 59 | //#define BB_LOGNAME |
60 | #define BB_LS | 60 | #define BB_LS |
61 | #define BB_LSMOD | 61 | #define BB_LSMOD |
62 | #define BB_MAKEDEVS | 62 | //#define BB_MAKEDEVS |
63 | #define BB_MD5SUM | 63 | //#define BB_MD5SUM |
64 | #define BB_MKDIR | 64 | #define BB_MKDIR |
65 | #define BB_MKFIFO | 65 | //#define BB_MKFIFO |
66 | #define BB_MKFS_MINIX | 66 | //#define BB_MKFS_MINIX |
67 | #define BB_MKNOD | 67 | #define BB_MKNOD |
68 | #define BB_MKSWAP | 68 | #define BB_MKSWAP |
69 | #define BB_MKTEMP | 69 | //#define BB_MKTEMP |
70 | #define BB_NC | 70 | //#define BB_NC |
71 | #define BB_MORE | 71 | #define BB_MORE |
72 | #define BB_MOUNT | 72 | #define BB_MOUNT |
73 | #define BB_MT | 73 | //#define BB_MT |
74 | #define BB_NSLOOKUP | 74 | //#define BB_NSLOOKUP |
75 | #define BB_PING | 75 | //#define BB_PING |
76 | #define BB_POWEROFF | 76 | #define BB_POWEROFF |
77 | #define BB_PRINTF | 77 | //#define BB_PRINTF |
78 | #define BB_PS | 78 | #define BB_PS |
79 | #define BB_PWD | 79 | #define BB_PWD |
80 | #define BB_RDATE | 80 | //#define BB_RDATE |
81 | #define BB_READLINK | 81 | //#define BB_READLINK |
82 | #define BB_REBOOT | 82 | #define BB_REBOOT |
83 | #define BB_RENICE | 83 | //#define BB_RENICE |
84 | #define BB_RESET | 84 | #define BB_RESET |
85 | #define BB_RM | 85 | #define BB_RM |
86 | #define BB_RMDIR | 86 | #define BB_RMDIR |
87 | #define BB_RMMOD | 87 | //#define BB_RMMOD |
88 | #define BB_RPMUNPACK | 88 | //#define BB_RPMUNPACK |
89 | #define BB_SED | 89 | #define BB_SED |
90 | #define BB_SETKEYCODES | 90 | //#define BB_SETKEYCODES |
91 | #define BB_SH | 91 | #define BB_SH |
92 | #define BB_SLEEP | 92 | #define BB_SLEEP |
93 | #define BB_SORT | 93 | #define BB_SORT |
@@ -96,26 +96,26 @@ | |||
96 | #define BB_SYSLOGD | 96 | #define BB_SYSLOGD |
97 | #define BB_TAIL | 97 | #define BB_TAIL |
98 | #define BB_TAR | 98 | #define BB_TAR |
99 | #define BB_TEE | 99 | //#define BB_TEE |
100 | #define BB_TEST | 100 | //#define BB_TEST |
101 | #define BB_TELNET | 101 | //#define BB_TELNET |
102 | #define BB_TOUCH | 102 | #define BB_TOUCH |
103 | #define BB_TR | 103 | //#define BB_TR |
104 | #define BB_TRUE_FALSE | 104 | #define BB_TRUE_FALSE |
105 | #define BB_TTY | 105 | #define BB_TTY |
106 | #define BB_UPTIME | 106 | #define BB_UPTIME |
107 | #define BB_USLEEP | 107 | //#define BB_USLEEP |
108 | #define BB_WC | 108 | #define BB_WC |
109 | #define BB_WGET | 109 | //#define BB_WGET |
110 | #define BB_WHICH | 110 | #define BB_WHICH |
111 | #define BB_WHOAMI | 111 | #define BB_WHOAMI |
112 | #define BB_UUENCODE | 112 | //#define BB_UUENCODE |
113 | #define BB_UUDECODE | 113 | //#define BB_UUDECODE |
114 | #define BB_UMOUNT | 114 | #define BB_UMOUNT |
115 | #define BB_UNIQ | 115 | #define BB_UNIQ |
116 | #define BB_UNAME | 116 | #define BB_UNAME |
117 | #define BB_UNIX2DOS | 117 | //#define BB_UNIX2DOS |
118 | #define BB_UPDATE | 118 | //#define BB_UPDATE |
119 | #define BB_XARGS | 119 | #define BB_XARGS |
120 | #define BB_YES | 120 | #define BB_YES |
121 | // End of Applications List | 121 | // End of Applications List |