busybox/busybox.def.h

93 lines
2.0 KiB
C
Raw Normal View History

1999-10-05 21:54:54 +05:30
/*
* This file is parsed by sed. You MUST use single line comments.
* IE //#define BB_BLAH
*/
1999-10-05 21:54:54 +05:30
#define BB_BUSYBOX
#define BB_CAT
1999-10-14 00:26:42 +05:30
#define BB_CHMOD_CHOWN_CHGRP
1999-10-06 04:28:32 +05:30
#define BB_CHROOT
#define BB_CLEAR
1999-10-09 05:55:00 +05:30
#define BB_CP
1999-10-06 06:00:51 +05:30
#define BB_DATE
1999-10-06 14:34:55 +05:30
#define BB_DD
1999-10-07 01:55:32 +05:30
#define BB_DF
1999-10-06 14:34:55 +05:30
#define BB_DMESG
//#define BB_DUTMP
//#define BB_FDFLUSH
1999-11-02 05:29:44 +05:30
#define BB_FIND
#define BB_FSCK_MINIX
1999-11-13 10:17:09 +05:30
#define BB_MKFS_MINIX
1999-10-26 05:02:44 +05:30
#define BB_CHVT
#define BB_DEALLOCVT
1999-11-02 05:29:44 +05:30
#define BB_GREP
//#define BB_HALT
1999-10-14 04:26:11 +05:30
#define BB_INIT
1999-10-21 00:48:15 +05:30
#define BB_KILL
//#define BB_LENGTH
1999-10-14 02:42:06 +05:30
#define BB_LN
#define BB_LOADFONT
1999-10-19 03:58:26 +05:30
#define BB_LOADKMAP
1999-11-26 07:21:02 +05:30
#define BB_LOGGER
1999-10-06 14:34:55 +05:30
#define BB_LS
//#define BB_MAKEDEVS
//#define BB_MATH
1999-10-14 02:42:06 +05:30
#define BB_MKDIR
1999-10-19 03:58:26 +05:30
#define BB_MKNOD
#define BB_MKSWAP
1999-11-15 23:03:30 +05:30
//#define BB_MNC
1999-10-06 06:00:51 +05:30
#define BB_MORE
1999-10-07 14:00:23 +05:30
#define BB_MOUNT
1999-11-15 23:03:30 +05:30
#define BB_NFSMOUNT
//#define BB_MT
//#define BB_MTAB
1999-10-07 14:00:23 +05:30
#define BB_MV
//#define BB_PRINTF
1999-10-20 13:35:35 +05:30
#define BB_PS
1999-10-12 21:12:48 +05:30
#define BB_PWD
1999-10-30 04:39:13 +05:30
#define BB_REGEXP
1999-10-13 03:56:06 +05:30
#define BB_REBOOT
1999-10-19 00:32:32 +05:30
#define BB_RM
1999-10-14 02:42:06 +05:30
#define BB_RMDIR
//#define BB_SFDISK
1999-10-29 05:37:31 +05:30
#define BB_SED
1999-10-13 03:56:06 +05:30
#define BB_SLEEP
1999-10-19 02:52:59 +05:30
#define BB_SWAPONOFF
1999-10-19 00:32:32 +05:30
#define BB_SYNC
1999-11-26 07:21:02 +05:30
#define BB_SYSLOGD
1999-10-07 01:55:32 +05:30
#define BB_TAR
1999-10-07 14:00:23 +05:30
#define BB_TOUCH
1999-11-13 10:17:09 +05:30
#define BB_TRUE_FALSE
1999-10-09 05:55:00 +05:30
#define BB_UMOUNT
1999-10-19 03:01:00 +05:30
#define BB_UPDATE
1999-10-26 05:02:44 +05:30
#define BB_UNAME
1999-11-09 08:40:26 +05:30
#define BB_GZIP
1999-11-16 06:16:00 +05:30
#define BB_GUNZIP
1999-10-22 10:00:20 +05:30
// Don't turn BB_UTILITY off. It contains support code
// that compiles to 0 if everything else if turned off.
#define BB_UTILITY
1999-11-19 11:01:45 +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).
//
//
1999-12-07 14:07:31 +05:30
// enable a second console on VT2 in init
#define BB_FEATURE_INIT_SECOND_CONSOLE
1999-12-06 04:54:55 +05:30
// enable features that use the /proc filesystem
#define BB_FEATURE_USE_PROCFS
1999-11-19 11:12:32 +05:30
//Enable init being called as /linuxrc
1999-11-19 11:01:45 +05:30
#define BB_FEATURE_LINUXRC
1999-11-22 11:31:01 +05:30
// Use termios to manipulate the screen ('more' is prettier with this on)
1999-11-19 11:01:45 +05:30
#define BB_FEATURE_USE_TERMIOS
1999-11-19 11:12:32 +05:30
// calculate terminal & column widths
1999-11-19 11:01:45 +05:30
#define BB_FEATURE_AUTOWIDTH
1999-11-19 11:12:32 +05:30
// show username/groupnames (bypasses libc6 NSS)
#define BB_FEATURE_LS_USERNAME
// show file timestamps
#define BB_FEATURE_LS_TIMESTAMPS
// enable ls -p and -F
#define BB_FEATURE_LS_FILETYPES