summaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-13 01:18:56 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-13 01:18:56 +0000
commit61677feff7f549a48267c2c0c50a7420de6e2599 (patch)
tree1ea829e51641647a35c552e289f4482ab9f5db27 /busybox.def.h
parent62dc17a3b100496a5c7433cc598d674e244cb6f8 (diff)
downloadbusybox-w32-61677feff7f549a48267c2c0c50a7420de6e2599.tar.gz
busybox-w32-61677feff7f549a48267c2c0c50a7420de6e2599.tar.bz2
busybox-w32-61677feff7f549a48267c2c0c50a7420de6e2599.zip
Upates to include copyright 2000 to everything
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h67
1 files changed, 34 insertions, 33 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 9a2ba3f69..647ed9ba4 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -7,7 +7,7 @@
7// 7//
8// 8//
9// BusyBox Applications 9// BusyBox Applications
10//#define BB_BASENAME 10#define BB_BASENAME
11#define BB_CAT 11#define BB_CAT
12#define BB_CHMOD_CHOWN_CHGRP 12#define BB_CHMOD_CHOWN_CHGRP
13#define BB_CHROOT 13#define BB_CHROOT
@@ -20,21 +20,21 @@
20#define BB_DF 20#define BB_DF
21#define BB_DIRNAME 21#define BB_DIRNAME
22#define BB_DMESG 22#define BB_DMESG
23//#define BB_DUTMP 23#define BB_DUTMP
24#define BB_DU 24#define BB_DU
25#define BB_ECHO 25#define BB_ECHO
26//#define BB_FBSET 26#define BB_FBSET
27//#define BB_FDFLUSH 27#define BB_FDFLUSH
28#define BB_FIND 28#define BB_FIND
29#define BB_FREE 29#define BB_FREE
30//#define BB_FREERAMDISK 30#define BB_FREERAMDISK
31//#define BB_FSCK_MINIX 31#define BB_FSCK_MINIX
32#define BB_GREP 32#define BB_GREP
33#define BB_GUNZIP 33#define BB_GUNZIP
34#define BB_GZIP 34#define BB_GZIP
35//#define BB_HALT 35//#define BB_HALT
36#define BB_HEAD 36#define BB_HEAD
37//#define BB_HOSTID 37#define BB_HOSTID
38#define BB_HOSTNAME 38#define BB_HOSTNAME
39#define BB_INIT 39#define BB_INIT
40// Don't bother turning BB_INSMOD on. It doesn't work. 40// Don't bother turning BB_INSMOD on. It doesn't work.
@@ -42,39 +42,39 @@
42#define BB_KILL 42#define BB_KILL
43#define BB_KILLALL 43#define BB_KILLALL
44#define BB_KLOGD 44#define BB_KLOGD
45//#define BB_LENGTH 45#define BB_LENGTH
46#define BB_LN 46#define BB_LN
47//#define BB_LOADACM 47#define BB_LOADACM
48//#define BB_LOADFONT 48#define BB_LOADFONT
49//#define BB_LOADKMAP 49#define BB_LOADKMAP
50//#define BB_LOGGER 50#define BB_LOGGER
51#define BB_LOGNAME 51#define BB_LOGNAME
52#define BB_LS 52#define BB_LS
53//#define BB_LSMOD 53#define BB_LSMOD
54//#define BB_MAKEDEVS 54#define BB_MAKEDEVS
55//#define BB_MKFS_MINIX 55#define BB_MKFS_MINIX
56//#define BB_MATH 56#define BB_MATH
57#define BB_MKDIR 57#define BB_MKDIR
58//#define BB_MKFIFO 58#define BB_MKFIFO
59#define BB_MKNOD 59#define BB_MKNOD
60#define BB_MKSWAP 60#define BB_MKSWAP
61//#define BB_MNC 61#define BB_MNC
62#define BB_MORE 62#define BB_MORE
63#define BB_MOUNT 63#define BB_MOUNT
64//#define BB_NFSMOUNT 64#define BB_NFSMOUNT
65//#define BB_MT 65#define BB_MT
66#define BB_NSLOOKUP 66#define BB_NSLOOKUP
67#define BB_PING 67#define BB_PING
68#define BB_POWEROFF 68//#define BB_POWEROFF
69//#define BB_PRINTF 69#define BB_PRINTF
70#define BB_PS 70#define BB_PS
71#define BB_PWD 71#define BB_PWD
72#define BB_REBOOT 72//#define BB_REBOOT
73#define BB_RM 73#define BB_RM
74#define BB_RMDIR 74#define BB_RMDIR
75//#define BB_RMMOD 75#define BB_RMMOD
76#define BB_SED 76#define BB_SED
77//#define BB_SFDISK 77#define BB_SFDISK
78#define BB_SH 78#define BB_SH
79#define BB_SLEEP 79#define BB_SLEEP
80#define BB_SORT 80#define BB_SORT
@@ -86,7 +86,7 @@
86#define BB_TEE 86#define BB_TEE
87#define BB_TEST 87#define BB_TEST
88// Don't turn BB_TELNET on. It doesn't work. 88// Don't turn BB_TELNET on. It doesn't work.
89#define BB_TELNET 89//#define BB_TELNET
90#define BB_TOUCH 90#define BB_TOUCH
91#define BB_TR 91#define BB_TR
92#define BB_TRUE_FALSE 92#define BB_TRUE_FALSE
@@ -111,7 +111,7 @@
111// 111//
112// 112//
113// Turn this on to use Erik's very cool devps, devmtab, 113// Turn this on to use Erik's very cool devps, devmtab,
114// etc. kernel drivers, thereby eliminating the need for 114// etc kernel drivers, thereby eliminating the need for
115// the /proc filesystem and thereby saving lots and lots 115// the /proc filesystem and thereby saving lots and lots
116// memory for more important things. 116// memory for more important things.
117// You can't use this and USE_PROCFS at the same time... 117// You can't use this and USE_PROCFS at the same time...
@@ -153,7 +153,7 @@
153//Enable init being called as /linuxrc 153//Enable init being called as /linuxrc
154//#define BB_FEATURE_LINUXRC 154//#define BB_FEATURE_LINUXRC
155// 155//
156//Have init enable core dumping for child processed (for debugging only) 156//Have init enable core dumping for child processes (for debugging only)
157//#define BB_FEATURE_INIT_COREDUMPS 157//#define BB_FEATURE_INIT_COREDUMPS
158// 158//
159// Allow init to permenently chroot, and umount the old root fs 159// Allow init to permenently chroot, and umount the old root fs
@@ -181,19 +181,20 @@
181#define BB_FEATURE_TAR_CREATE 181#define BB_FEATURE_TAR_CREATE
182// 182//
183// Enable support for "--exclude" for excluding files 183// Enable support for "--exclude" for excluding files
184//#define BB_FEATURE_TAR_EXCLUDE 184#define BB_FEATURE_TAR_EXCLUDE
185// 185//
186//// Enable reverse sort 186//// Enable reverse sort
187//#define BB_FEATURE_SORT_REVERSE 187#define BB_FEATURE_SORT_REVERSE
188// 188//
189// Enable command line editing in the shell 189// Enable command line editing in the shell
190//#define BB_FEATURE_SH_COMMAND_EDITING 190#define BB_FEATURE_SH_COMMAND_EDITING
191// 191//
192// Enable tab completion in the shell (not yet working very well) 192// Enable tab completion in the shell (not yet
193// working very well -- so don't turn this on)
193//#define BB_FEATURE_SH_TAB_COMPLETION 194//#define BB_FEATURE_SH_TAB_COMPLETION
194// 195//
195//Turn on extra fbset options 196//Turn on extra fbset options
196//#define BB_FEATURE_FBSET_FANCY 197#define BB_FEATURE_FBSET_FANCY
197// 198//
198// 199//
199// End of Features List 200// End of Features List