work in progress...
[oweals/busybox.git] / busybox.def.h
1 /*
2  * This file is parsed by sed. You MUST use single line comments.
3  * IE   //#define BB_BLAH
4  */
5
6 #define BB_BUSYBOX
7 #define BB_CAT
8 #define BB_CHMOD_CHOWN_CHGRP
9 #define BB_CHROOT
10 #define BB_CLEAR
11 #define BB_CP
12 #define BB_DATE
13 #define BB_DD
14 #define BB_DF
15 #define BB_DMESG
16 //#define BB_DUTMP
17 #define BB_DU
18 #define BB_FBSET
19 //#define BB_FDFLUSH
20 #define BB_FIND
21 #define BB_FREE
22 #define BB_FSCK_MINIX
23 #define BB_MKFS_MINIX
24 #define BB_CHVT
25 #define BB_DEALLOCVT
26 #define BB_GREP
27 //#define BB_HALT
28 #define BB_HEAD
29 #define BB_HOSTNAME
30 #define BB_INIT
31 //#define BB_INSMOD
32 #define BB_KILL
33 #define BB_KLOGD
34 //#define BB_LENGTH
35 #define BB_LN
36 //#define BB_LOADFONT
37 //#define BB_LOADKMAP
38 #define BB_LOGGER
39 #define BB_LS
40 #define BB_LSMOD
41 //#define BB_MAKEDEVS
42 //#define BB_MATH
43 #define BB_MKDIR
44 //#define BB_MKFIFO
45 #define BB_MKNOD
46 #define BB_MKSWAP
47 //#define BB_MNC
48 #define BB_MORE
49 #define BB_MOUNT
50 #define BB_NFSMOUNT
51 //#define BB_MT
52 //#define BB_MTAB
53 #define BB_MV
54 #define BB_PING
55 #define BB_POWEROFF
56 //#define BB_PRINTF
57 #define BB_PS
58 #define BB_PWD
59 #define BB_REGEXP
60 #define BB_REBOOT
61 #define BB_RM
62 #define BB_RMDIR
63 //#define BB_RMMOD
64 //#define BB_SFDISK
65 #define BB_SED
66 #define BB_SLEEP
67 #define BB_SWAPONOFF
68 #define BB_SYNC
69 #define BB_SYSLOGD
70 #define BB_TAIL
71 #define BB_TAR
72 #define BB_TEE
73 #define BB_TOUCH
74 #define BB_TRUE_FALSE
75 #define BB_UMOUNT
76 #define BB_UPDATE
77 #define BB_UNAME
78 #define BB_GZIP
79 #define BB_GUNZIP
80 // Don't turn BB_UTILITY off.  It contains support code 
81 // that compiles to 0 if everything else if turned off.
82 #define BB_UTILITY
83 //
84 //
85 //
86 // This is where feature definitions go.  Generally speaking,
87 // turning this stuff off makes things a bit smaller (and less 
88 // pretty/useful).
89 //
90 //
91 // enable a second console on TTY2 in init
92 #define BB_FEATURE_INIT_SECOND_CONSOLE
93 // enable features that use the /proc filesystem
94 #define BB_FEATURE_USE_PROCFS
95 //Enable init being called as /linuxrc
96 #define BB_FEATURE_LINUXRC
97 // Use termios to manipulate the screen ('more' is prettier with this on)
98 #define BB_FEATURE_USE_TERMIOS
99 // calculate terminal & column widths
100 #define BB_FEATURE_AUTOWIDTH
101 // show username/groupnames (bypasses libc6 NSS)
102 #define BB_FEATURE_LS_USERNAME  
103 // show file timestamps
104 #define BB_FEATURE_LS_TIMESTAMPS
105 // enable ls -p and -F
106 #define BB_FEATURE_LS_FILETYPES 
107 // simplified ping
108 //#define BB_SIMPLE_PING