2000-02-09 01:28:47 +05:30
|
|
|
/* vi: set sw=4 ts=4: */
|
2000-01-06 06:46:13 +05:30
|
|
|
// This file defines the feature set to be compiled into busybox.
|
|
|
|
// When you turn things off here, they won't be compiled in at all.
|
|
|
|
//
|
2001-05-24 02:02:09 +05:30
|
|
|
//// This file is parsed by sed. You MUST use single line comments.
|
|
|
|
// i.e., //#define BB_BLAH
|
2000-01-06 06:46:13 +05:30
|
|
|
//
|
|
|
|
//
|
|
|
|
// BusyBox Applications
|
2001-03-21 00:48:10 +05:30
|
|
|
//#define BB_ADJTIMEX
|
2001-02-02 06:38:22 +05:30
|
|
|
//#define BB_AR
|
|
|
|
#define BB_BASENAME
|
|
|
|
#define BB_CAT
|
2001-04-24 23:37:19 +05:30
|
|
|
#define BB_CHGRP
|
|
|
|
#define BB_CHMOD
|
|
|
|
#define BB_CHOWN
|
2001-02-02 06:38:22 +05:30
|
|
|
#define BB_CHROOT
|
|
|
|
#define BB_CHVT
|
|
|
|
#define BB_CLEAR
|
|
|
|
//#define BB_CMP
|
2001-04-24 00:23:07 +05:30
|
|
|
#define BB_CP
|
2001-06-22 14:52:06 +05:30
|
|
|
//#define BB_CPIO
|
2001-02-02 06:38:22 +05:30
|
|
|
#define BB_CUT
|
|
|
|
#define BB_DATE
|
|
|
|
//#define BB_DC
|
|
|
|
#define BB_DD
|
|
|
|
//#define BB_DEALLOCVT
|
|
|
|
#define BB_DF
|
|
|
|
#define BB_DIRNAME
|
|
|
|
#define BB_DMESG
|
|
|
|
//#define BB_DOS2UNIX
|
2001-02-10 07:34:40 +05:30
|
|
|
//#define BB_DPKG
|
2001-02-02 06:38:22 +05:30
|
|
|
//#define BB_DPKG_DEB
|
|
|
|
//#define BB_DUTMP
|
|
|
|
#define BB_DU
|
|
|
|
//#define BB_DUMPKMAP
|
|
|
|
#define BB_ECHO
|
2001-03-30 04:18:33 +05:30
|
|
|
#define BB_ENV
|
2001-02-02 06:38:22 +05:30
|
|
|
//#define BB_EXPR
|
|
|
|
//#define BB_FBSET
|
|
|
|
//#define BB_FDFLUSH
|
|
|
|
#define BB_FIND
|
|
|
|
#define BB_FREE
|
|
|
|
//#define BB_FREERAMDISK
|
|
|
|
//#define BB_FSCK_MINIX
|
|
|
|
//#define BB_GETOPT
|
|
|
|
#define BB_GREP
|
|
|
|
#define BB_GUNZIP
|
|
|
|
#define BB_GZIP
|
|
|
|
#define BB_HALT
|
|
|
|
#define BB_HEAD
|
|
|
|
//#define BB_HOSTID
|
|
|
|
//#define BB_HOSTNAME
|
|
|
|
#define BB_ID
|
2001-02-14 13:41:27 +05:30
|
|
|
//#define BB_IFCONFIG
|
2001-02-02 06:38:22 +05:30
|
|
|
#define BB_INIT
|
|
|
|
//#define BB_INSMOD
|
|
|
|
#define BB_KILL
|
|
|
|
#define BB_KILLALL
|
2001-03-13 04:21:50 +05:30
|
|
|
#define BB_KLOGD
|
2001-02-02 06:38:22 +05:30
|
|
|
//#define BB_LENGTH
|
|
|
|
#define BB_LN
|
|
|
|
//#define BB_LOADACM
|
|
|
|
//#define BB_LOADFONT
|
|
|
|
//#define BB_LOADKMAP
|
|
|
|
#define BB_LOGGER
|
|
|
|
//#define BB_LOGNAME
|
|
|
|
#define BB_LS
|
|
|
|
#define BB_LSMOD
|
|
|
|
//#define BB_MAKEDEVS
|
|
|
|
//#define BB_MD5SUM
|
|
|
|
#define BB_MKDIR
|
|
|
|
//#define BB_MKFIFO
|
|
|
|
//#define BB_MKFS_MINIX
|
|
|
|
#define BB_MKNOD
|
|
|
|
#define BB_MKSWAP
|
|
|
|
//#define BB_MKTEMP
|
|
|
|
//#define BB_NC
|
|
|
|
#define BB_MORE
|
|
|
|
#define BB_MOUNT
|
|
|
|
//#define BB_MT
|
2001-04-24 00:23:07 +05:30
|
|
|
#define BB_MV
|
2001-02-02 06:38:22 +05:30
|
|
|
//#define BB_NSLOOKUP
|
|
|
|
//#define BB_PING
|
2001-02-14 01:34:30 +05:30
|
|
|
//#define BB_PIVOT_ROOT
|
2001-02-02 06:38:22 +05:30
|
|
|
#define BB_POWEROFF
|
|
|
|
//#define BB_PRINTF
|
|
|
|
#define BB_PS
|
|
|
|
#define BB_PWD
|
|
|
|
//#define BB_RDATE
|
|
|
|
//#define BB_READLINK
|
|
|
|
#define BB_REBOOT
|
|
|
|
//#define BB_RENICE
|
|
|
|
#define BB_RESET
|
|
|
|
#define BB_RM
|
|
|
|
#define BB_RMDIR
|
|
|
|
//#define BB_RMMOD
|
2001-02-14 13:41:27 +05:30
|
|
|
//#define BB_ROUTE
|
2001-06-26 06:49:34 +05:30
|
|
|
//#define BB_RPM2CPIO
|
2001-02-02 06:38:22 +05:30
|
|
|
//#define BB_RPMUNPACK
|
|
|
|
#define BB_SED
|
|
|
|
//#define BB_SETKEYCODES
|
2000-03-13 05:19:18 +05:30
|
|
|
#define BB_SH
|
2001-02-02 06:38:22 +05:30
|
|
|
#define BB_SLEEP
|
|
|
|
#define BB_SORT
|
2001-02-15 00:17:33 +05:30
|
|
|
//#define BB_STTY
|
2001-02-02 06:38:22 +05:30
|
|
|
#define BB_SWAPONOFF
|
|
|
|
#define BB_SYNC
|
|
|
|
#define BB_SYSLOGD
|
|
|
|
#define BB_TAIL
|
|
|
|
#define BB_TAR
|
|
|
|
//#define BB_TEE
|
|
|
|
//#define BB_TEST
|
|
|
|
//#define BB_TELNET
|
2001-03-03 00:41:26 +05:30
|
|
|
//#define BB_TFTP
|
2001-02-02 06:38:22 +05:30
|
|
|
#define BB_TOUCH
|
|
|
|
//#define BB_TR
|
|
|
|
#define BB_TRUE_FALSE
|
|
|
|
#define BB_TTY
|
2001-04-12 06:25:05 +05:30
|
|
|
//#define BB_UNIX2DOS
|
2001-02-02 06:38:22 +05:30
|
|
|
//#define BB_UUENCODE
|
|
|
|
//#define BB_UUDECODE
|
|
|
|
#define BB_UMOUNT
|
|
|
|
#define BB_UNIQ
|
|
|
|
#define BB_UNAME
|
|
|
|
//#define BB_UPDATE
|
|
|
|
#define BB_UPTIME
|
|
|
|
//#define BB_USLEEP
|
2001-04-04 23:01:15 +05:30
|
|
|
//#define BB_VI
|
2001-02-02 06:38:22 +05:30
|
|
|
//#define BB_WATCHDOG
|
|
|
|
#define BB_WC
|
|
|
|
//#define BB_WGET
|
|
|
|
#define BB_WHICH
|
|
|
|
#define BB_WHOAMI
|
|
|
|
#define BB_XARGS
|
|
|
|
#define BB_YES
|
2000-01-06 06:46:13 +05:30
|
|
|
// End of Applications List
|
1999-11-19 11:01:45 +05:30
|
|
|
//
|
1999-11-19 11:12:32 +05:30
|
|
|
//
|
|
|
|
//
|
2000-03-16 13:39:09 +05:30
|
|
|
// ---------------------------------------------------------
|
1999-11-19 11:12:32 +05:30
|
|
|
// This is where feature definitions go. Generally speaking,
|
|
|
|
// turning this stuff off makes things a bit smaller (and less
|
|
|
|
// pretty/useful).
|
|
|
|
//
|
|
|
|
//
|
2001-01-26 05:19:09 +05:30
|
|
|
// BusyBox will, by default, malloc space for its buffers. This costs code
|
|
|
|
// size for the call to xmalloc. You can use the following feature to have
|
|
|
|
// them put on the stack. For some very small machines with limited stack
|
|
|
|
// space, this can be deadly. For most folks, this works just fine...
|
|
|
|
//#define BB_FEATURE_BUFFERS_GO_ON_STACK
|
2001-04-20 23:10:33 +05:30
|
|
|
// The third alternative for buffer allocation is to use BSS. This works
|
|
|
|
// beautifully for computers with a real MMU (and OS support), but wastes
|
|
|
|
// runtime RAM for uCLinux. This behavior was the only one available for
|
|
|
|
// BusyBox versions 0.48 and earlier.
|
|
|
|
//#define BB_FEATURE_BUFFERS_GO_IN_BSS
|
2000-07-08 05:21:37 +05:30
|
|
|
//
|
2000-09-26 06:22:05 +05:30
|
|
|
// Turn this on to use Erik's very cool devps, and devmtab kernel drivers,
|
2000-07-08 05:21:37 +05:30
|
|
|
// thereby eliminating the need for the /proc filesystem and thereby saving
|
2001-02-17 06:12:47 +05:30
|
|
|
// lots and lots memory for more important things. NOTE: If you enable this
|
|
|
|
// feature, you _must_ have patched the kernel to include the devps patch that
|
|
|
|
// is included in the busybox/kernel-patches directory. You will also need to
|
|
|
|
// create some device special files in /dev on your embedded system:
|
2000-07-08 05:21:37 +05:30
|
|
|
// mknod /dev/mtab c 10 22
|
|
|
|
// mknod /dev/ps c 10 21
|
|
|
|
// I emailed Linus and this patch will not be going into the stock kernel.
|
2000-03-08 20:20:47 +05:30
|
|
|
//#define BB_FEATURE_USE_DEVPS_PATCH
|
2000-03-07 13:11:42 +05:30
|
|
|
//
|
2001-03-28 03:27:29 +05:30
|
|
|
// show verbose usage messages
|
|
|
|
//#define BB_FEATURE_VERBOSE_USAGE
|
2000-04-17 23:19:44 +05:30
|
|
|
//
|
1999-11-22 11:31:01 +05:30
|
|
|
// Use termios to manipulate the screen ('more' is prettier with this on)
|
2001-03-19 22:55:21 +05:30
|
|
|
//#define BB_FEATURE_USE_TERMIOS
|
2000-01-13 12:08:14 +05:30
|
|
|
//
|
2000-01-06 06:46:13 +05:30
|
|
|
// calculate terminal & column widths (for more and ls)
|
1999-11-19 11:01:45 +05:30
|
|
|
#define BB_FEATURE_AUTOWIDTH
|
2000-01-13 12:08:14 +05:30
|
|
|
//
|
2001-02-02 06:38:22 +05:30
|
|
|
// show username/groupnames for ls
|
2000-03-16 13:39:09 +05:30
|
|
|
#define BB_FEATURE_LS_USERNAME
|
2000-01-13 12:08:14 +05:30
|
|
|
//
|
2000-01-06 06:46:13 +05:30
|
|
|
// show file timestamps in ls
|
1999-11-19 11:12:32 +05:30
|
|
|
#define BB_FEATURE_LS_TIMESTAMPS
|
2000-01-13 12:08:14 +05:30
|
|
|
//
|
1999-11-19 11:12:32 +05:30
|
|
|
// enable ls -p and -F
|
2000-03-16 13:39:09 +05:30
|
|
|
#define BB_FEATURE_LS_FILETYPES
|
2000-01-13 12:08:14 +05:30
|
|
|
//
|
2000-12-02 04:27:09 +05:30
|
|
|
// sort the file names
|
2000-09-07 22:54:47 +05:30
|
|
|
#define BB_FEATURE_LS_SORTFILES
|
2000-08-11 23:40:21 +05:30
|
|
|
//
|
2000-06-07 22:58:53 +05:30
|
|
|
// enable ls -R
|
|
|
|
#define BB_FEATURE_LS_RECURSIVE
|
|
|
|
//
|
2000-09-22 08:41:47 +05:30
|
|
|
// enable ls -L
|
|
|
|
#define BB_FEATURE_LS_FOLLOWLINKS
|
|
|
|
//
|
2001-05-22 02:00:51 +05:30
|
|
|
// Disable for a smaller (but less functional) ping
|
|
|
|
#define BB_FEATURE_FANCY_PING
|
2000-03-16 13:39:09 +05:30
|
|
|
//
|
2000-01-06 06:46:13 +05:30
|
|
|
// Make init use a simplified /etc/inittab file (recommended).
|
|
|
|
#define BB_FEATURE_USE_INITTAB
|
2000-01-13 12:08:14 +05:30
|
|
|
//
|
2000-01-06 06:46:13 +05:30
|
|
|
//Enable init being called as /linuxrc
|
2000-09-21 00:52:26 +05:30
|
|
|
#define BB_FEATURE_LINUXRC
|
2000-01-06 06:46:13 +05:30
|
|
|
//
|
2000-04-13 06:48:56 +05:30
|
|
|
//Have init enable core dumping for child processes (for debugging only)
|
2000-04-05 00:06:37 +05:30
|
|
|
//#define BB_FEATURE_INIT_COREDUMPS
|
|
|
|
//
|
|
|
|
//Make sure nothing is printed to the console on boot
|
2001-01-21 01:18:21 +05:30
|
|
|
//#define BB_FEATURE_EXTRA_QUIET
|
2000-04-05 00:06:37 +05:30
|
|
|
//
|
2000-07-21 05:11:24 +05:30
|
|
|
// enable syslogd -R remotehost
|
|
|
|
#define BB_FEATURE_REMOTE_LOG
|
2001-03-13 05:25:56 +05:30
|
|
|
//
|
2001-03-14 06:46:41 +05:30
|
|
|
// enable syslogd -C
|
|
|
|
//#define BB_FEATURE_IPC_SYSLOG
|
2000-07-21 05:11:24 +05:30
|
|
|
//
|
2001-05-22 02:00:51 +05:30
|
|
|
//Disable for a simple tail implementation (2.34k vs 3k for the full one).
|
2001-01-26 05:41:54 +05:30
|
|
|
//Both provide 'tail -f', but this cuts out -c, -q, -s, and -v.
|
2001-05-22 02:00:51 +05:30
|
|
|
#define BB_FEATURE_FANCY_TAIL
|
2000-01-25 23:43:53 +05:30
|
|
|
//
|
2000-01-13 12:08:14 +05:30
|
|
|
// Enable support for loop devices in mount
|
|
|
|
#define BB_FEATURE_MOUNT_LOOP
|
|
|
|
//
|
2000-02-07 10:59:42 +05:30
|
|
|
// Enable support for a real /etc/mtab file instead of /proc/mounts
|
2001-04-01 21:31:11 +05:30
|
|
|
//#define BB_FEATURE_MTAB_SUPPORT
|
2000-02-07 10:59:42 +05:30
|
|
|
//
|
2000-12-02 04:27:09 +05:30
|
|
|
// Enable support for mounting remote NFS volumes.
|
2000-12-02 12:02:14 +05:30
|
|
|
// You may need to mount with "-o nolock" if you are
|
|
|
|
// not running a local portmapper daemon...
|
2001-06-22 21:18:19 +05:30
|
|
|
//#define BB_FEATURE_NFSMOUNT
|
2000-07-11 05:09:44 +05:30
|
|
|
//
|
2000-05-06 01:19:33 +05:30
|
|
|
// Enable support forced filesystem unmounting
|
2001-05-24 02:02:09 +05:30
|
|
|
// (i.e., in case of an unreachable NFS system).
|
2000-05-06 01:19:33 +05:30
|
|
|
#define BB_FEATURE_MOUNT_FORCE
|
|
|
|
//
|
2000-01-16 07:00:52 +05:30
|
|
|
// Enable support for creation of tar files.
|
2000-03-26 19:33:20 +05:30
|
|
|
#define BB_FEATURE_TAR_CREATE
|
2000-01-16 07:00:52 +05:30
|
|
|
//
|
2000-12-05 00:21:09 +05:30
|
|
|
// Enable support for "--exclude" and "-X" for excluding files
|
2000-04-13 06:48:56 +05:30
|
|
|
#define BB_FEATURE_TAR_EXCLUDE
|
2000-04-09 20:47:40 +05:30
|
|
|
//
|
2000-12-10 07:27:30 +05:30
|
|
|
// Enable support for tar -z option (currently only works for inflating)
|
2001-03-28 13:18:10 +05:30
|
|
|
#define BB_FEATURE_TAR_GZIP
|
2000-12-10 07:27:30 +05:30
|
|
|
//
|
2001-04-18 00:26:18 +05:30
|
|
|
// Enable reverse sort
|
2000-04-13 06:48:56 +05:30
|
|
|
#define BB_FEATURE_SORT_REVERSE
|
2000-03-05 02:49:32 +05:30
|
|
|
//
|
2001-04-18 00:26:18 +05:30
|
|
|
// Enable uniqe sort
|
|
|
|
#define BB_FEATURE_SORT_UNIQUE
|
|
|
|
//
|
2001-01-26 05:41:54 +05:30
|
|
|
// Enable command line editing in the shell.
|
2001-03-14 05:59:14 +05:30
|
|
|
// Only relevant if BB_SH is enabled. On by default.
|
2001-03-14 04:27:56 +05:30
|
|
|
#define BB_FEATURE_COMMAND_EDITING
|
|
|
|
//
|
|
|
|
// Enable tab completion in the shell. This is now working quite nicely.
|
|
|
|
// This feature adds a bit over 4k. Only relevant if BB_SH is enabled.
|
|
|
|
#define BB_FEATURE_COMMAND_TAB_COMPLETION
|
|
|
|
//
|
|
|
|
// Attempts to match usernames in a ~-prefixed path
|
|
|
|
//#define BB_FEATURE_COMMAND_USERNAME_COMPLETION
|
2000-03-16 13:39:09 +05:30
|
|
|
//
|
2000-12-07 00:37:39 +05:30
|
|
|
//Allow the shell to invoke all the compiled in BusyBox applets as if they
|
|
|
|
//were shell builtins. Nice for staticly linking an emergency rescue shell,
|
2001-03-14 05:59:14 +05:30
|
|
|
//among other things. Off by default.
|
2001-01-26 05:41:54 +05:30
|
|
|
// Only relevant if BB_SH is enabled.
|
2001-03-14 05:59:14 +05:30
|
|
|
//#define BB_FEATURE_SH_STANDALONE_SHELL
|
2000-05-13 12:03:19 +05:30
|
|
|
//
|
2000-12-07 00:37:39 +05:30
|
|
|
//When this is enabled, busybox shell applets can be called using full path
|
|
|
|
//names. This causes applets (i.e., most busybox commands) to override
|
2000-11-17 23:55:26 +05:30
|
|
|
//real commands on the filesystem. For example, if you run run /bin/cat, it
|
|
|
|
//will use BusyBox cat even if /bin/cat exists on the filesystem and is _not_
|
|
|
|
//busybox. Some systems want this, others do not. Choose wisely. :-) This
|
|
|
|
//only has meaning when BB_FEATURE_SH_STANDALONE_SHELL is enabled.
|
2001-03-14 05:59:14 +05:30
|
|
|
// Only relevant if BB_SH is enabled. Off by default.
|
|
|
|
//#define BB_FEATURE_SH_APPLETS_ALWAYS_WIN
|
2000-11-17 23:37:30 +05:30
|
|
|
//
|
2001-05-22 02:00:51 +05:30
|
|
|
// Uncomment this option for a fancy shell prompt that includes the
|
|
|
|
// current username and hostname. On systems that don't have usernames
|
|
|
|
// or hostnames, this can look hideous.
|
2001-03-14 05:59:14 +05:30
|
|
|
// Only relevant if BB_SH is enabled.
|
2001-05-22 02:00:51 +05:30
|
|
|
//#define BB_FEATURE_SH_FANCY_PROMPT
|
2000-04-09 23:57:46 +05:30
|
|
|
//
|
2000-03-23 06:39:18 +05:30
|
|
|
//Turn on extra fbset options
|
2000-04-14 00:19:43 +05:30
|
|
|
//#define BB_FEATURE_FBSET_FANCY
|
2000-03-23 06:39:18 +05:30
|
|
|
//
|
2000-07-07 04:40:29 +05:30
|
|
|
//Turn on fbset readmode support
|
|
|
|
//#define BB_FEATURE_FBSET_READMODE
|
|
|
|
//
|
2001-01-25 05:04:48 +05:30
|
|
|
// Support insmod/lsmod/rmmod for post 2.1 kernels
|
|
|
|
//#define BB_FEATURE_NEW_MODULE_INTERFACE
|
|
|
|
//
|
|
|
|
// Support insmod/lsmod/rmmod for pre 2.1 kernels
|
|
|
|
//#define BB_FEATURE_OLD_MODULE_INTERFACE
|
2000-12-06 23:48:26 +05:30
|
|
|
//
|
2000-06-13 04:41:16 +05:30
|
|
|
// Support module version checking
|
|
|
|
//#define BB_FEATURE_INSMOD_VERSION_CHECKING
|
|
|
|
//
|
2001-05-21 21:39:18 +05:30
|
|
|
// Support for uClinux memory usage optimization, which will load the image
|
|
|
|
// directly into the kernel memory. This divides memory requrements by three.
|
2001-05-24 02:02:09 +05:30
|
|
|
// If you are not running uClinux (i.e., your CPU has an MMU) leave this
|
2001-05-21 21:39:18 +05:30
|
|
|
// disabled...
|
|
|
|
//#define BB_FEATURE_INSMOD_LOADINKMEM
|
|
|
|
//
|
2000-07-17 23:22:00 +05:30
|
|
|
// Support for Minix filesystem, version 2
|
|
|
|
//#define BB_FEATURE_MINIX2
|
|
|
|
//
|
2001-03-06 06:18:59 +05:30
|
|
|
// Enable ifconfig status reporting output -- this feature adds 12k.
|
|
|
|
//#define BB_FEATURE_IFCONFIG_STATUS
|
2000-03-23 06:39:18 +05:30
|
|
|
//
|
2001-03-09 04:27:00 +05:30
|
|
|
// Enable ifconfig slip-specific options "keepalive" and "outfill"
|
|
|
|
//#define BB_FEATURE_IFCONFIG_SLIP
|
|
|
|
//
|
|
|
|
// Enable ifconfig options "mem_start", "io_addr", and "irq".
|
|
|
|
//#define BB_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
|
|
|
|
//
|
|
|
|
// Enable ifconfig option "hw". Currently works for only with "ether".
|
|
|
|
//#define BB_FEATURE_IFCONFIG_HW
|
|
|
|
//
|
2000-06-27 10:20:02 +05:30
|
|
|
// Enable busybox --install [-s]
|
|
|
|
// to create links (or symlinks) for all the commands that are
|
2000-06-28 06:11:26 +05:30
|
|
|
// compiled into the binary. (needs /proc filesystem)
|
|
|
|
// #define BB_FEATURE_INSTALLER
|
2000-06-27 10:20:02 +05:30
|
|
|
//
|
2000-10-03 05:51:45 +05:30
|
|
|
// Enable a nifty progress meter in wget (adds just under 2k)
|
2001-01-21 01:37:00 +05:30
|
|
|
#define BB_FEATURE_WGET_STATUSBAR
|
2000-10-03 05:51:45 +05:30
|
|
|
//
|
2001-04-06 03:15:54 +05:30
|
|
|
// Enable HTTP authentication in wget
|
|
|
|
#define BB_FEATURE_WGET_AUTHENTICATION
|
|
|
|
//
|
2000-07-25 23:29:37 +05:30
|
|
|
// Clean up all memory before exiting -- usually not needed
|
2000-07-26 06:23:34 +05:30
|
|
|
// as the OS can clean up... Don't enable this unless you
|
|
|
|
// have a really good reason for cleaning things up manually.
|
2000-07-25 23:29:37 +05:30
|
|
|
//#define BB_FEATURE_CLEAN_UP
|
|
|
|
//
|
2001-01-23 04:05:38 +05:30
|
|
|
// Support for human readable output by ls, du, etc.(example 13k, 23M, 235G)
|
|
|
|
#define BB_FEATURE_HUMAN_READABLE
|
|
|
|
//
|
2001-02-07 09:22:38 +05:30
|
|
|
// Support for the find -type option.
|
|
|
|
#define BB_FEATURE_FIND_TYPE
|
|
|
|
//
|
|
|
|
// Support for the find -perm option.
|
|
|
|
#define BB_FEATURE_FIND_PERM
|
|
|
|
//
|
|
|
|
// Support for the find -mtine option.
|
|
|
|
#define BB_FEATURE_FIND_MTIME
|
|
|
|
//
|
2001-02-09 06:11:10 +05:30
|
|
|
// Support for the -A -B and -C context flags in grep
|
|
|
|
//#define BB_FEATURE_GREP_CONTEXT
|
|
|
|
//
|
2001-03-14 23:15:45 +05:30
|
|
|
// Support for the EGREP applet (alias to the grep applet)
|
|
|
|
//#define BB_FEATURE_GREP_EGREP_ALIAS
|
|
|
|
//
|
2001-03-03 00:38:50 +05:30
|
|
|
// Tell tftp what commands that should be supported.
|
|
|
|
#define BB_FEATURE_TFTP_PUT
|
|
|
|
#define BB_FEATURE_TFTP_GET
|
|
|
|
//
|
2001-04-04 23:01:15 +05:30
|
|
|
// features for vi
|
|
|
|
#define BB_FEATURE_VI_COLON // ":" colon commands, no "ex" mode
|
|
|
|
#define BB_FEATURE_VI_YANKMARK // Yank/Put commands and Mark cmds
|
|
|
|
#define BB_FEATURE_VI_SEARCH // search and replace cmds
|
|
|
|
#define BB_FEATURE_VI_USE_SIGNALS // catch signals
|
|
|
|
#define BB_FEATURE_VI_DOT_CMD // remember previous cmd and "." cmd
|
|
|
|
#define BB_FEATURE_VI_READONLY // vi -R and "view" mode
|
|
|
|
#define BB_FEATURE_VI_SETOPTS // set-able options, ai ic showmatch
|
|
|
|
#define BB_FEATURE_VI_SET // :set
|
|
|
|
#define BB_FEATURE_VI_WIN_RESIZE // handle window resize
|
|
|
|
//
|
2001-04-10 04:18:12 +05:30
|
|
|
// Enable a if you system have setuped locale
|
|
|
|
//#define BB_LOCALE_SUPPORT
|
|
|
|
//
|
2001-05-07 23:27:45 +05:30
|
|
|
// Support for TELNET to pass TERM type to remote host. Adds 384 bytes.
|
|
|
|
#define BB_FEATURE_TELNET_TTYPE
|
|
|
|
//
|
2000-03-16 13:39:09 +05:30
|
|
|
// End of Features List
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//
|
|
|
|
//---------------------------------------------------
|
|
|
|
// Nothing beyond this point should ever be touched by
|
|
|
|
// mere mortals so leave this stuff alone.
|
2000-04-19 05:02:10 +05:30
|
|
|
//
|
2001-03-14 05:59:14 +05:30
|
|
|
#if defined BB_SH
|
|
|
|
#if defined BB_FEATURE_COMMAND_EDITING
|
|
|
|
#define BB_CMDEDIT
|
|
|
|
#else
|
|
|
|
#undef BB_FEATURE_COMMAND_EDITING
|
|
|
|
#undef BB_FEATURE_COMMAND_TAB_COMPLETION
|
|
|
|
#undef BB_FEATURE_COMMAND_USERNAME_COMPLETION
|
2001-05-22 02:00:51 +05:30
|
|
|
#undef BB_FEATURE_SH_FANCY_PROMPT
|
2001-03-14 05:59:14 +05:30
|
|
|
#endif
|
|
|
|
#else
|
|
|
|
#undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
|
|
|
|
#undef BB_FEATURE_SH_STANDALONE_SHELL
|
2001-05-22 02:00:51 +05:30
|
|
|
#undef BB_FEATURE_SH_FANCY_PROMPT
|
2000-03-16 13:39:09 +05:30
|
|
|
#endif
|
|
|
|
//
|
2000-03-17 06:42:41 +05:30
|
|
|
#ifdef BB_KILLALL
|
2001-03-14 05:59:14 +05:30
|
|
|
#ifndef BB_KILL
|
|
|
|
#define BB_KILL
|
|
|
|
#endif
|
2000-03-17 06:42:41 +05:30
|
|
|
#endif
|
|
|
|
//
|
|
|
|
#ifndef BB_INIT
|
2001-03-14 05:59:14 +05:30
|
|
|
#undef BB_FEATURE_LINUXRC
|
2001-01-25 05:04:48 +05:30
|
|
|
#endif
|
2000-04-19 05:02:10 +05:30
|
|
|
//
|
2000-05-02 05:37:56 +05:30
|
|
|
#if defined BB_MOUNT && defined BB_FEATURE_NFSMOUNT
|
2001-03-14 05:59:14 +05:30
|
|
|
#define BB_NFSMOUNT
|
2000-05-19 11:05:19 +05:30
|
|
|
#endif
|
2000-06-13 04:41:16 +05:30
|
|
|
//
|
2000-06-22 04:16:32 +05:30
|
|
|
#if defined BB_FEATURE_AUTOWIDTH
|
2001-03-14 05:59:14 +05:30
|
|
|
#ifndef BB_FEATURE_USE_TERMIOS
|
|
|
|
#define BB_FEATURE_USE_TERMIOS
|
|
|
|
#endif
|
2000-06-22 04:16:32 +05:30
|
|
|
#endif
|
|
|
|
//
|
2001-01-25 05:04:48 +05:30
|
|
|
#if defined BB_INSMOD || defined BB_LSMOD
|
2001-03-14 05:59:14 +05:30
|
|
|
#if ! defined BB_FEATURE_NEW_MODULE_INTERFACE && ! defined BB_FEATURE_OLD_MODULE_INTERFACE
|
|
|
|
#define BB_FEATURE_NEW_MODULE_INTERFACE
|
|
|
|
#endif
|
2000-06-13 04:41:16 +05:30
|
|
|
#endif
|
2001-02-23 05:07:30 +05:30
|
|
|
//
|
2001-03-13 05:25:56 +05:30
|
|
|
#ifdef BB_SYSLOGD
|
2001-03-14 05:59:14 +05:30
|
|
|
#if defined BB_FEATURE_IPC_SYSLOG
|
|
|
|
#define BB_LOGREAD
|
|
|
|
#endif
|
2001-03-13 05:25:56 +05:30
|
|
|
#endif
|