5081b8cda92113cd9a999efd74f38bb8a96ab278
[bcm963xx.git] / userapps / opensource / busybox / include / config.h
1 /*
2  * Automatically generated header file: don't edit
3  */
4
5 #define AUTOCONF_INCLUDED
6
7 /* Version Number */
8 #define BB_VER "1.00"
9 #define BB_BT "2006.09.18-13:58+0000"
10
11 #define HAVE_DOT_CONFIG 1
12
13 /*
14  * General Configuration
15  */
16 #undef CONFIG_FEATURE_BUFFERS_USE_MALLOC
17 #define CONFIG_FEATURE_BUFFERS_GO_ON_STACK 1
18 #undef CONFIG_FEATURE_BUFFERS_GO_IN_BSS
19 #define CONFIG_FEATURE_VERBOSE_USAGE 1
20 #undef CONFIG_FEATURE_INSTALLER
21 #undef CONFIG_LOCALE_SUPPORT
22 #undef CONFIG_FEATURE_DEVFS
23 #undef CONFIG_FEATURE_DEVPTS
24 #undef CONFIG_FEATURE_CLEAN_UP
25 #undef CONFIG_FEATURE_SUID
26 #undef CONFIG_SELINUX
27
28 /*
29  * Build Options
30  */
31 #undef CONFIG_STATIC
32 #undef CONFIG_LFS
33 #define USING_CROSS_COMPILER 1
34 #define CROSS_COMPILER_PREFIX "/opt/toolchains/uclibc-crosstools_gcc-3.4.2_uclibc-20050428/bin/mips-linux-uclibc-"
35 #define EXTRA_CFLAGS_OPTIONS ""
36
37 /*
38  * Installation Options
39  */
40 #undef CONFIG_INSTALL_NO_USR
41 #define PREFIX "./_install"
42
43 /*
44  * Archival Utilities
45  */
46 #undef CONFIG_AR
47 #undef CONFIG_BUNZIP2
48 #undef CONFIG_CPIO
49 #undef CONFIG_DPKG
50 #undef CONFIG_DPKG_DEB
51 #undef CONFIG_GUNZIP
52 #undef CONFIG_GZIP
53 #undef CONFIG_RPM2CPIO
54 #undef CONFIG_RPM
55 #undef CONFIG_TAR
56 #undef CONFIG_UNCOMPRESS
57 #undef CONFIG_UNZIP
58
59 /*
60  * Coreutils
61  */
62 #undef CONFIG_BASENAME
63 #undef CONFIG_CAL
64 #define CONFIG_CAT 1
65 #undef CONFIG_CHGRP
66 #undef CONFIG_CHMOD
67 #undef CONFIG_CHOWN
68 #undef CONFIG_CHROOT
69 #undef CONFIG_CMP
70 #define CONFIG_CP 1
71 #undef CONFIG_CUT
72 #undef CONFIG_DATE
73 #undef CONFIG_DD
74 #define CONFIG_DF 1
75 #undef CONFIG_DIRNAME
76 #undef CONFIG_DOS2UNIX
77 #undef CONFIG_DU
78 #define CONFIG_ECHO 1
79 #define CONFIG_FEATURE_FANCY_ECHO 1
80 #undef CONFIG_ENV
81 #define CONFIG_EXPR 1
82 #define CONFIG_FALSE 1
83
84 /*
85  * false (forced enabled for use with shell)
86  */
87 #undef CONFIG_FOLD
88 #undef CONFIG_HEAD
89 #undef CONFIG_HOSTID
90 #undef CONFIG_ID
91 #define CONFIG_INSTALL 1
92 #undef CONFIG_LENGTH
93 #define CONFIG_LN 1
94 #undef CONFIG_LOGNAME
95 #define CONFIG_LS 1
96 #define CONFIG_FEATURE_LS_FILETYPES 1
97 #define CONFIG_FEATURE_LS_FOLLOWLINKS 1
98 #define CONFIG_FEATURE_LS_RECURSIVE 1
99 #define CONFIG_FEATURE_LS_SORTFILES 1
100 #define CONFIG_FEATURE_LS_TIMESTAMPS 1
101 #define CONFIG_FEATURE_LS_USERNAME 1
102 #define CONFIG_FEATURE_LS_COLOR 1
103 #undef CONFIG_MD5SUM
104 #define CONFIG_MKDIR 1
105 #undef CONFIG_MKFIFO
106 #define CONFIG_MKNOD 1
107 #define CONFIG_MV 1
108 #undef CONFIG_OD
109 #undef CONFIG_PRINTF
110 #define CONFIG_PWD 1
111 #undef CONFIG_REALPATH
112 #define CONFIG_RM 1
113 #undef CONFIG_RMDIR
114 #undef CONFIG_SEQ
115 #undef CONFIG_SHA1SUM
116 #undef CONFIG_SLEEP
117 #undef CONFIG_SORT
118 #undef CONFIG_STTY
119 #undef CONFIG_SYNC
120 #undef CONFIG_TAIL
121 #undef CONFIG_TEE
122 #define CONFIG_TEST 1
123
124 /*
125  * test (forced enabled for use with shell)
126  */
127 #undef CONFIG_FEATURE_TEST_64
128 #undef CONFIG_TOUCH
129 #undef CONFIG_TR
130 #define CONFIG_TRUE 1
131
132 /*
133  * true (forced enabled for use with shell)
134  */
135 #define CONFIG_TTY 1
136 #undef CONFIG_UNAME
137 #undef CONFIG_UNIQ
138 #undef CONFIG_USLEEP
139 #undef CONFIG_UUDECODE
140 #undef CONFIG_UUENCODE
141 #undef CONFIG_WATCH
142 #undef CONFIG_WC
143 #undef CONFIG_WHO
144 #undef CONFIG_WHOAMI
145 #undef CONFIG_YES
146
147 /*
148  * Common options for cp and mv
149  */
150 #undef CONFIG_FEATURE_PRESERVE_HARDLINKS
151
152 /*
153  * Common options for ls and more
154  */
155 #define CONFIG_FEATURE_AUTOWIDTH 1
156
157 /*
158  * Common options for df, du, ls
159  */
160 #undef CONFIG_FEATURE_HUMAN_READABLE
161
162 /*
163  * Console Utilities
164  */
165 #undef CONFIG_CHVT
166 #undef CONFIG_CLEAR
167 #undef CONFIG_DEALLOCVT
168 #undef CONFIG_DUMPKMAP
169 #undef CONFIG_LOADFONT
170 #undef CONFIG_LOADKMAP
171 #undef CONFIG_OPENVT
172 #undef CONFIG_RESET
173 #undef CONFIG_SETKEYCODES
174
175 /*
176  * Debian Utilities
177  */
178 #undef CONFIG_MKTEMP
179 #undef CONFIG_PIPE_PROGRESS
180 #undef CONFIG_READLINK
181 #undef CONFIG_RUN_PARTS
182 #undef CONFIG_START_STOP_DAEMON
183 #undef CONFIG_WHICH
184
185 /*
186  * Editors
187  */
188 #undef CONFIG_AWK
189 #undef CONFIG_PATCH
190 #undef CONFIG_SED
191 #define CONFIG_VI 1
192 #define CONFIG_FEATURE_VI_COLON 1
193 #define CONFIG_FEATURE_VI_YANKMARK 1
194 #define CONFIG_FEATURE_VI_SEARCH 1
195 #define CONFIG_FEATURE_VI_USE_SIGNALS 1
196 #define CONFIG_FEATURE_VI_DOT_CMD 1
197 #define CONFIG_FEATURE_VI_READONLY 1
198 #define CONFIG_FEATURE_VI_SETOPTS 1
199 #define CONFIG_FEATURE_VI_SET 1
200 #define CONFIG_FEATURE_VI_WIN_RESIZE 1
201 #define CONFIG_FEATURE_VI_OPTIMIZE_CURSOR 1
202
203 /*
204  * Finding Utilities
205  */
206 #undef CONFIG_FIND
207 #define CONFIG_GREP 1
208 #define CONFIG_FEATURE_GREP_EGREP_ALIAS 1
209 #define CONFIG_FEATURE_GREP_FGREP_ALIAS 1
210 #define CONFIG_FEATURE_GREP_CONTEXT 1
211 #undef CONFIG_XARGS
212
213 /*
214  * Init Utilities
215  */
216 #define CONFIG_INIT 1
217 #define CONFIG_FEATURE_USE_INITTAB 1
218 #define CONFIG_FEATURE_INITRD 1
219 #undef CONFIG_FEATURE_INIT_COREDUMPS
220 #undef CONFIG_FEATURE_EXTRA_QUIET
221 #undef CONFIG_HALT
222 #undef CONFIG_POWEROFF
223 #define CONFIG_REBOOT 1
224 #undef CONFIG_MESG
225
226 /*
227  * Login/Password Management Utilities
228  */
229 #undef CONFIG_USE_BB_PWD_GRP
230 #undef CONFIG_ADDGROUP
231 #undef CONFIG_DELGROUP
232 #undef CONFIG_ADDUSER
233 #undef CONFIG_DELUSER
234 #undef CONFIG_GETTY
235 #undef CONFIG_LOGIN
236 #undef CONFIG_PASSWD
237 #undef CONFIG_SU
238 #undef CONFIG_SULOGIN
239 #undef CONFIG_VLOCK
240
241 /*
242  * Miscellaneous Utilities
243  */
244 #undef CONFIG_ADJTIMEX
245 #undef CONFIG_CROND
246 #undef CONFIG_CRONTAB
247 #undef CONFIG_DC
248 #undef CONFIG_DEVFSD
249 #undef CONFIG_LAST
250 #undef CONFIG_HDPARM
251 #undef CONFIG_MAKEDEVS
252 #undef CONFIG_MT
253 #undef CONFIG_RX
254 #undef CONFIG_STRINGS
255 #undef CONFIG_TIME
256 #undef CONFIG_WATCHDOG
257 #define CONFIG_SYSINFO 1
258
259 /*
260  * Linux Module Utilities
261  */
262 #define CONFIG_INSMOD 1
263 #define CONFIG_FEATURE_2_4_MODULES 1
264 #define CONFIG_FEATURE_2_6_MODULES 1
265 #define CONFIG_FEATURE_INSMOD_VERSION_CHECKING 1
266 #define CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS 1
267 #define CONFIG_FEATURE_INSMOD_LOADINKMEM 1
268 #define CONFIG_FEATURE_INSMOD_LOAD_MAP 1
269 #define CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL 1
270 #define CONFIG_LSMOD 1
271 #undef CONFIG_MODPROBE
272 #define CONFIG_RMMOD 1
273 #undef CONFIG_FEATURE_CHECK_TAINTED_MODULE
274
275 /*
276  * Networking Utilities
277  */
278 #undef CONFIG_FEATURE_IPV6
279 #undef CONFIG_ARPING
280 #define CONFIG_SENDARP 1
281 #define CONFIG_TFTPD 1
282 #undef CONFIG_FTPGET
283 #undef CONFIG_FTPPUT
284 #undef CONFIG_HOSTNAME
285 #undef CONFIG_HTTPD
286 #define CONFIG_IFCONFIG 1
287 #define CONFIG_FEATURE_IFCONFIG_STATUS 1
288 #undef CONFIG_FEATURE_IFCONFIG_SLIP
289 #undef CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
290 #define CONFIG_FEATURE_IFCONFIG_HW 1
291 #define CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS 1
292 #undef CONFIG_IFUPDOWN
293 #undef CONFIG_INETD
294 #undef CONFIG_IP
295 #undef CONFIG_IPCALC
296 #undef CONFIG_IPADDR
297 #undef CONFIG_IPLINK
298 #undef CONFIG_IPROUTE
299 #undef CONFIG_IPTUNNEL
300 #undef CONFIG_NAMEIF
301 #undef CONFIG_NC
302 #undef CONFIG_NETSTAT
303 #undef CONFIG_NSLOOKUP
304 #define CONFIG_PING 1
305 #define CONFIG_FEATURE_FANCY_PING 1
306 #define CONFIG_ROUTE 1
307 #undef CONFIG_TELNET
308 #undef CONFIG_TELNETD
309 #define CONFIG_TFTP 1
310 #define CONFIG_FEATURE_TFTP_GET 1
311 #define CONFIG_FEATURE_TFTP_PUT 1
312 #undef CONFIG_FEATURE_TFTP_BLOCKSIZE
313 #undef CONFIG_FEATURE_TFTP_DEBUG
314 #undef CONFIG_TRACEROUTE
315 #define CONFIG_VCONFIG 1
316 #undef CONFIG_WGET
317
318 /*
319  * udhcp Server/Client
320  */
321 #undef CONFIG_UDHCPD
322 #undef CONFIG_UDHCPC
323
324 /*
325  * Process Utilities
326  */
327 #undef CONFIG_FREE
328 #define CONFIG_KILL 1
329 #define CONFIG_KILLALL 1
330 #undef CONFIG_PIDOF
331 #define CONFIG_PS 1
332 #undef CONFIG_RENICE
333 #undef CONFIG_TOP
334 #undef CONFIG_UPTIME
335 #undef CONFIG_SYSCTL
336
337 /*
338  * Another Bourne-like Shell
339  */
340 #undef CONFIG_FEATURE_SH_IS_ASH
341 #undef CONFIG_FEATURE_SH_IS_HUSH
342 #undef CONFIG_FEATURE_SH_IS_LASH
343 #define CONFIG_FEATURE_SH_IS_MSH 1
344 #undef CONFIG_FEATURE_SH_IS_NONE
345 #undef CONFIG_ASH
346 #undef CONFIG_HUSH
347 #undef CONFIG_LASH
348 #define CONFIG_MSH 1
349
350 /*
351  * Bourne Shell Options
352  */
353 #undef CONFIG_FEATURE_SH_EXTRA_QUIET
354 #define CONFIG_FEATURE_SH_STANDALONE_SHELL 1
355 #define CONFIG_FEATURE_COMMAND_EDITING 1
356 #define CONFIG_FEATURE_COMMAND_HISTORY 15
357 #undef CONFIG_FEATURE_COMMAND_TAB_COMPLETION
358 #undef CONFIG_FEATURE_SH_FANCY_PROMPT
359
360 /*
361  * System Logging Utilities
362  */
363 #define CONFIG_SYSLOGD 1
364 #undef CONFIG_FEATURE_ROTATE_LOGFILE
365 #define CONFIG_FEATURE_REMOTE_LOG 1
366 #define CONFIG_FEATURE_IPC_SYSLOG 1
367 #define CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE 16
368 #define CONFIG_LOGREAD 1
369 #undef CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING
370 #define CONFIG_KLOGD 1
371 #define CONFIG_LOGGER 1
372
373 /*
374  * Linux System Utilities
375  */
376 #define CONFIG_DMESG 1
377 #undef CONFIG_FBSET
378 #undef CONFIG_FDFLUSH
379 #undef CONFIG_FDFORMAT
380 #undef CONFIG_FDISK
381 #undef CONFIG_FREERAMDISK
382 #undef CONFIG_FSCK_MINIX
383 #undef CONFIG_MKFS_MINIX
384 #undef CONFIG_GETOPT
385 #undef CONFIG_HEXDUMP
386 #undef CONFIG_HWCLOCK
387 #undef CONFIG_LOSETUP
388 #undef CONFIG_MKSWAP
389 #undef CONFIG_MORE
390 #undef CONFIG_PIVOT_ROOT
391 #undef CONFIG_RDATE
392 #undef CONFIG_SWAPONOFF
393 #define CONFIG_MOUNT 1
394 #define CONFIG_NFSMOUNT 1
395 #define CONFIG_UMOUNT 1
396 #define CONFIG_FEATURE_MOUNT_FORCE 1
397
398 /*
399  * Common options for mount/umount
400  */
401 #undef CONFIG_FEATURE_MOUNT_LOOP
402 #undef CONFIG_FEATURE_MTAB_SUPPORT
403
404 /*
405  * Debugging Options
406  */
407 #undef CONFIG_DEBUG