summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-01 22:43:49 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-01 22:43:49 +0000
commitaf4ac77d9d13f879922ccad8a8535c24aeea0380 (patch)
tree47dca5ab2df8982ea929c902216bca6bf9c31f44 /Config.h
parentb5c29850e31ca41ee643cfe62eb8bc5f8682deb1 (diff)
downloadbusybox-w32-af4ac77d9d13f879922ccad8a8535c24aeea0380.tar.gz
busybox-w32-af4ac77d9d13f879922ccad8a8535c24aeea0380.tar.bz2
busybox-w32-af4ac77d9d13f879922ccad8a8535c24aeea0380.zip
Apply a patch from Larry Doolittle to add "-all" and "-none" switches
to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h129
1 files changed, 11 insertions, 118 deletions
diff --git a/Config.h b/Config.h
index 3a5aa6182..800631166 100644
--- a/Config.h
+++ b/Config.h
@@ -7,118 +7,7 @@
7// 7//
8// 8//
9// BusyBox Applications 9// BusyBox Applications
10//#define BB_AR
11#define BB_BASENAME
12#define BB_CAT
13#define BB_CHMOD_CHOWN_CHGRP
14#define BB_CHROOT
15#define BB_CHVT
16#define BB_CLEAR
17//#define BB_CMP
18#define BB_CP_MV
19#define BB_CUT
20#define BB_DATE
21//#define BB_DC
22#define BB_DD
23//#define BB_DEALLOCVT
24#define BB_DF
25#define BB_DIRNAME
26#define BB_DMESG
27//#define BB_DOS2UNIX
28//#define BB_DPKG_DEB
29//#define BB_DUTMP
30#define BB_DU
31//#define BB_DUMPKMAP
32#define BB_ECHO
33//#define BB_EXPR
34//#define BB_FBSET
35//#define BB_FDFLUSH
36#define BB_FIND
37#define BB_FREE
38//#define BB_FREERAMDISK
39//#define BB_FSCK_MINIX
40//#define BB_GETOPT
41#define BB_GREP
42#define BB_GUNZIP
43#define BB_GZIP
44#define BB_HALT
45#define BB_HEAD
46//#define BB_HOSTID
47//#define BB_HOSTNAME
48#define BB_ID
49#define BB_INIT
50//#define BB_INSMOD
51#define BB_KILL
52#define BB_KILLALL
53//#define BB_LENGTH
54#define BB_LN
55//#define BB_LOADACM
56//#define BB_LOADFONT
57//#define BB_LOADKMAP
58#define BB_LOGGER
59//#define BB_LOGNAME
60#define BB_LS
61#define BB_LSMOD
62//#define BB_MAKEDEVS
63//#define BB_MD5SUM
64#define BB_MKDIR
65//#define BB_MKFIFO
66//#define BB_MKFS_MINIX
67#define BB_MKNOD
68#define BB_MKSWAP
69//#define BB_MKTEMP
70//#define BB_NC
71#define BB_MORE
72#define BB_MOUNT
73//#define BB_MT
74//#define BB_NSLOOKUP
75//#define BB_PING
76#define BB_POWEROFF
77//#define BB_PRINTF
78#define BB_PS
79#define BB_PWD
80//#define BB_RDATE
81//#define BB_READLINK
82#define BB_REBOOT
83//#define BB_RENICE
84#define BB_RESET
85#define BB_RM
86#define BB_RMDIR
87//#define BB_RMMOD
88//#define BB_RPMUNPACK
89#define BB_SED
90//#define BB_SETKEYCODES
91#define BB_SH 10#define BB_SH
92#define BB_SLEEP
93#define BB_SORT
94#define BB_SWAPONOFF
95#define BB_SYNC
96#define BB_SYSLOGD
97#define BB_TAIL
98#define BB_TAR
99//#define BB_TEE
100//#define BB_TEST
101//#define BB_TELNET
102#define BB_TOUCH
103//#define BB_TR
104#define BB_TRUE_FALSE
105#define BB_TTY
106//#define BB_UUENCODE
107//#define BB_UUDECODE
108#define BB_UMOUNT
109#define BB_UNIQ
110#define BB_UNAME
111//#define BB_UNIX2DOS
112//#define BB_UPDATE
113#define BB_UPTIME
114//#define BB_USLEEP
115//#define BB_WATCHDOG
116#define BB_WC
117//#define BB_WGET
118#define BB_WHICH
119#define BB_WHOAMI
120#define BB_XARGS
121#define BB_YES
122// End of Applications List 11// End of Applications List
123// 12//
124// 13//
@@ -255,22 +144,26 @@
255//busybox. Some systems want this, others do not. Choose wisely. :-) This 144//busybox. Some systems want this, others do not. Choose wisely. :-) This
256//only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled. 145//only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled.
257// Only relevant if BB_SH is enabled. 146// Only relevant if BB_SH is enabled.
258//BB_FEATURE_SH_APPLETS_ALWAYS_WIN 147#define BB_FEATURE_SH_APPLETS_ALWAYS_WIN
259// 148//
260// Enable tab completion in the shell (not yet 149// Enable tab completion in the shell (not yet
261// working very well -- so don't turn this on) 150// working very well -- so don't turn this on)
262// Only relevant if BB_SH is enabled. 151// Only relevant if BB_SH is enabled.
263#define BB_FEATURE_SH_TAB_COMPLETION 152#define BB_FEATURE_SH_TAB_COMPLETION
264// 153//
265// Enable a simpler shell prompt of the form "path #" instead of the default 154// Enable a simpler shell prompt of the form "path #"
266// "[username@hostname path]#". Some deeply embedded systems don't have 155// instead of the default "[username@hostname path]#"
267// usernames or even hostnames and the default prompt can look rather hideous 156//
268// on them. Uncomment this option for a simpler, path-only prompt (which was 157// Some deeply embedded systems don't have usernames or even hostnames,
269// the default until around BusyBox-0.48): 158// and the default prompt can look rather hideous on them. Uncomment
159// this option for a simpler, path-only prompt (which was the default until
160// around BusyBox-0.48):
161//
270#define BB_FEATURE_SH_SIMPLE_PROMPT 162#define BB_FEATURE_SH_SIMPLE_PROMPT
271// 163//
272// Attempts to match usernames in a ~-prefixed path 164// Attempts to match usernames in a ~-prefixed path
273//#define BB_FEATURE_USERNAME_COMPLETION 165// XXX: Doesn't work without NSS, off by default
166#define BB_FEATURE_USERNAME_COMPLETION /* require NSS */
274// 167//
275//Turn on extra fbset options 168//Turn on extra fbset options
276//#define BB_FEATURE_FBSET_FANCY 169//#define BB_FEATURE_FBSET_FANCY