hush/busybox.def.h

87 lines
1.8 KiB
C
Raw Normal View History

1999-10-05 16:24:54 +00:00
/*
* This file is parsed by sed. You MUST use single line comments.
* IE //#define BB_BLAH
*/
1999-10-05 16:24:54 +00:00
#define BB_BUSYBOX
#define BB_CAT
1999-10-13 18:56:42 +00:00
#define BB_CHMOD_CHOWN_CHGRP
1999-10-05 22:58:32 +00:00
#define BB_CHROOT
#define BB_CLEAR
1999-10-09 00:25:00 +00:00
#define BB_CP
1999-10-06 00:30:51 +00:00
#define BB_DATE
1999-10-06 09:04:55 +00:00
#define BB_DD
1999-10-06 20:25:32 +00:00
#define BB_DF
1999-10-06 09:04:55 +00:00
#define BB_DMESG
//#define BB_DUTMP
//#define BB_FDFLUSH
1999-11-01 23:59:44 +00:00
#define BB_FIND
#define BB_FSCK_MINIX
1999-11-13 04:47:09 +00:00
#define BB_MKFS_MINIX
1999-10-25 23:32:44 +00:00
#define BB_CHVT
#define BB_DEALLOCVT
1999-11-01 23:59:44 +00:00
#define BB_GREP
//#define BB_HALT
1999-10-13 22:56:11 +00:00
#define BB_INIT
1999-10-20 19:18:15 +00:00
#define BB_KILL
//#define BB_LENGTH
1999-10-13 21:12:06 +00:00
#define BB_LN
#define BB_LOADFONT
1999-10-18 22:28:26 +00:00
#define BB_LOADKMAP
1999-10-06 09:04:55 +00:00
#define BB_LS
//#define BB_MAKEDEVS
//#define BB_MATH
1999-10-13 21:12:06 +00:00
#define BB_MKDIR
1999-10-18 22:28:26 +00:00
#define BB_MKNOD
#define BB_MKSWAP
1999-11-15 17:33:30 +00:00
//#define BB_MNC
1999-10-06 00:30:51 +00:00
#define BB_MORE
1999-10-07 08:30:23 +00:00
#define BB_MOUNT
1999-11-15 17:33:30 +00:00
#define BB_NFSMOUNT
//#define BB_MT
//#define BB_MTAB
1999-10-07 08:30:23 +00:00
#define BB_MV
//#define BB_PRINTF
1999-10-20 08:05:35 +00:00
#define BB_PS
1999-10-12 15:42:48 +00:00
#define BB_PWD
1999-10-29 23:09:13 +00:00
#define BB_REGEXP
1999-10-12 22:26:06 +00:00
#define BB_REBOOT
1999-10-18 19:02:32 +00:00
#define BB_RM
1999-10-13 21:12:06 +00:00
#define BB_RMDIR
//#define BB_SFDISK
1999-10-29 00:07:31 +00:00
#define BB_SED
1999-10-12 22:26:06 +00:00
#define BB_SLEEP
1999-10-18 21:22:59 +00:00
#define BB_SWAPONOFF
1999-10-18 19:02:32 +00:00
#define BB_SYNC
1999-10-06 20:25:32 +00:00
#define BB_TAR
1999-10-07 08:30:23 +00:00
#define BB_TOUCH
1999-11-13 04:47:09 +00:00
#define BB_TRUE_FALSE
1999-10-09 00:25:00 +00:00
#define BB_UMOUNT
1999-10-18 21:31:00 +00:00
#define BB_UPDATE
1999-10-25 23:32:44 +00:00
#define BB_UNAME
1999-11-09 03:10:26 +00:00
#define BB_GZIP
1999-11-16 00:46:00 +00:00
#define BB_GUNZIP
1999-10-22 04:30:20 +00:00
// 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 05:31:45 +00:00
//
1999-11-19 05:42:32 +00:00
//
//
// This is where feature definitions go. Generally speaking,
// turning this stuff off makes things a bit smaller (and less
// pretty/useful).
//
//
//Enable init being called as /linuxrc
1999-11-19 05:31:45 +00:00
#define BB_FEATURE_LINUXRC
1999-11-19 05:42:32 +00:00
// Use termios to manipulate the screen (more is much pretties with this on)
1999-11-19 05:31:45 +00:00
#define BB_FEATURE_USE_TERMIOS
1999-11-19 05:42:32 +00:00
// calculate terminal & column widths
1999-11-19 05:31:45 +00:00
#define BB_FEATURE_AUTOWIDTH
1999-11-19 05:42:32 +00:00
// 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