Update udeb contents
authorEric Andersen <andersen@codepoet.org>
Fri, 19 Oct 2001 06:13:06 +0000 (06:13 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 19 Oct 2001 06:13:06 +0000 (06:13 -0000)
busybox/debian/Config.h-udeb

index 62ec7c04638c51cfc39efcef6a86fdeecf48a391..4fb0597e25b14ce0f6f438bc53cf0acc831d47eb 100644 (file)
 //#define BB_ASH
 #define BB_BASENAME
 #define BB_CAT
-#define BB_CHGRP
+//#define BB_CHGRP
 #define BB_CHMOD
 #define BB_CHOWN
 #define BB_CHROOT
 #define BB_CHVT
-#define BB_CLEAR
+//#define BB_CLEAR
 //#define BB_CMP
 #define BB_CP
 //#define BB_CPIO
 #define BB_CUT
-#define BB_DATE
+//#define BB_DATE
 //#define BB_DC
-#define BB_DD
+//#define BB_DD
 //#define BB_DEALLOCVT
 #define BB_DF
 #define BB_DIRNAME
@@ -33,7 +33,7 @@
 //#define BB_DPKG
 //#define BB_DPKG_DEB
 //#define BB_DUTMP
-#define BB_DU
+//#define BB_DU
 //#define BB_DUMPKMAP
 #define BB_ECHO
 #define BB_ENV
 //#define BB_GETOPT
 #define BB_GREP
 #define BB_GUNZIP
-#define BB_GZIP
-#define BB_HALT
-#define BB_HEAD
+//#define BB_GZIP
+//#define BB_HALT
+//#define BB_HEAD
 //#define BB_HOSTID
 //#define BB_HOSTNAME
 //#define BB_HUSH
-#define BB_ID
-//#define BB_IFCONFIG
+//#define BB_ID
+#define BB_IFCONFIG
 #define BB_INIT
 //#define BB_INSMOD
 #define BB_KILL
-#define BB_KILLALL
+//#define BB_KILLALL
 #define BB_KLOGD
 //#define BB_LASH
 //#define BB_LENGTH
 #define BB_LN
 //#define BB_LOADACM
 //#define BB_LOADFONT
-#define BB_LOADKMAP
-#define BB_LOGGER
+//#define BB_LOADKMAP
+//#define BB_LOGGER
 //#define BB_LOGNAME
 #define BB_LS
 #define BB_LSMOD
 //#define BB_MKFIFO
 //#define BB_MKFS_MINIX
 #define BB_MKNOD
-#define BB_MKSWAP
+//#define BB_MKSWAP
 //#define BB_MKTEMP
 //#define BB_MODPROBE
-#define BB_MORE
+//#define BB_MORE
 #define BB_MOUNT
 //#define BB_MSH
 //#define BB_MT
@@ -89,7 +89,7 @@
 //#define BB_PIDOF
 #define BB_PING
 #define BB_PIVOT_ROOT
-#define BB_POWEROFF
+//#define BB_POWEROFF
 //#define BB_PRINTF
 #define BB_PS
 #define BB_PWD
 //#define BB_READLINK
 #define BB_REBOOT
 //#define BB_RENICE
-#define BB_RESET
+//#define BB_RESET
 #define BB_RM
 #define BB_RMDIR
 //#define BB_RMMOD
-//#define BB_ROUTE
+#define BB_ROUTE
 //#define BB_RPM2CPIO
 #define BB_SED
 //#define BB_SETKEYCODES
-#define BB_SLEEP
-#define BB_SORT
+//#define BB_SLEEP
+//#define BB_SORT
 //#define BB_STTY
-#define BB_SWAPONOFF
+//#define BB_SWAPONOFF
 #define BB_SYNC
 #define BB_SYSLOGD
 #define BB_TAIL
 //#define BB_TEST
 #define BB_TELNET
 //#define BB_TFTP
-#define BB_TOUCH
+//#define BB_TOUCH
 #define BB_TR
 //#define BB_TRACEROUTE
 #define BB_TRUE_FALSE
-#define BB_TTY
+//#define BB_TTY
 //#define BB_UNIX2DOS
 //#define BB_UUENCODE
 //#define BB_UUDECODE
 #define BB_UMOUNT
-#define BB_UNIQ
-#define BB_UNAME
+//#define BB_UNIQ
+//#define BB_UNAME
 //#define BB_UPDATE
-#define BB_UPTIME
+//#define BB_UPTIME
 //#define BB_USLEEP
-#define BB_VI
+//#define BB_VI
 //#define BB_WATCHDOG
-#define BB_WC
+//#define BB_WC
 #define BB_WGET
-#define BB_WHICH
-#define BB_WHOAMI
-#define BB_XARGS
-#define BB_YES
+//#define BB_WHICH
+//#define BB_WHOAMI
+//#define BB_XARGS
+//#define BB_YES
 // End of Applications List
 //
 //
 #define BB_FEATURE_LS_TIMESTAMPS
 //
 // enable ls -p and -F
-#define BB_FEATURE_LS_FILETYPES
+//#define BB_FEATURE_LS_FILETYPES
 //
 // sort the file names
 #define BB_FEATURE_LS_SORTFILES
 //
 // enable ls -R
-#define BB_FEATURE_LS_RECURSIVE
+//#define BB_FEATURE_LS_RECURSIVE
 //
 // enable ls -L
-#define BB_FEATURE_LS_FOLLOWLINKS
+//#define BB_FEATURE_LS_FOLLOWLINKS
 //
 // Disable for a smaller (but less functional) ping
 #define BB_FEATURE_FANCY_PING
 //#define BB_FEATURE_EXTRA_QUIET
 //
 // enable syslogd -R remotehost
-#define BB_FEATURE_REMOTE_LOG
+//#define BB_FEATURE_REMOTE_LOG
 //
 // enable syslogd -C
 //#define BB_FEATURE_IPC_SYSLOG
 //
 //Disable for a simple tail implementation (2.34k vs 3k for the full one).
 //Both provide 'tail -f', but this cuts out -c, -q, -s, and -v. 
-#define BB_FEATURE_FANCY_TAIL
+//#define BB_FEATURE_FANCY_TAIL
 //
 // Enable support for loop devices in mount
 #define BB_FEATURE_MOUNT_LOOP
 #define BB_FEATURE_MOUNT_FORCE
 //
 // Enable support for creation of tar files.
-#define BB_FEATURE_TAR_CREATE
+//#define BB_FEATURE_TAR_CREATE
 //
 // Enable support for "--exclude" and "-X" for excluding files
-#define BB_FEATURE_TAR_EXCLUDE
+//#define BB_FEATURE_TAR_EXCLUDE
 //
 // Enable support for tar -z option (currently only works for inflating)
 #define BB_FEATURE_TAR_GZIP 
 //
 // Enable reverse sort
-#define BB_FEATURE_SORT_REVERSE
+//#define BB_FEATURE_SORT_REVERSE
 //
 // Enable uniqe sort
-#define BB_FEATURE_SORT_UNIQUE
+//#define BB_FEATURE_SORT_UNIQUE
 //
 // Enable command line editing in the shell.  
 // Only relevant if a shell is enabled. On by default.
 // Enable busybox --install [-s]
 // to create links (or symlinks) for all the commands that are 
 // compiled into the binary.  (needs /proc filesystem)
-#define BB_FEATURE_INSTALLER
+//#define BB_FEATURE_INSTALLER
 //
 // Enable a nifty progress meter in wget (adds just under 2k)
 #define BB_FEATURE_WGET_STATUSBAR
 //
 // Enable HTTP authentication in wget
-#define BB_FEATURE_WGET_AUTHENTICATION
+//#define BB_FEATURE_WGET_AUTHENTICATION
 //
 // Clean up all memory before exiting -- usually not needed
 // as the OS can clean up...  Don't enable this unless you
 //#define BB_FEATURE_CLEAN_UP
 //
 // Support for human readable output by ls, du, etc.(example 13k, 23M, 235G)
-#define BB_FEATURE_HUMAN_READABLE
+//#define BB_FEATURE_HUMAN_READABLE
 //
 // Support for the find -type option.
 #define BB_FEATURE_FIND_TYPE