aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-20 19:22:26 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-20 19:22:26 +0000
commitcff3fe3ae9696584f0c4bdad6860e8d94d5e99f9 (patch)
tree11ccadd6495c9e4fbd920896e94935551af4c14d /busybox.def.h
parent0cccdfaf363171c9f0761fbdb2028db0ea73e6b5 (diff)
downloadbusybox-w32-cff3fe3ae9696584f0c4bdad6860e8d94d5e99f9.tar.gz
busybox-w32-cff3fe3ae9696584f0c4bdad6860e8d94d5e99f9.tar.bz2
busybox-w32-cff3fe3ae9696584f0c4bdad6860e8d94d5e99f9.zip
Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h
index c70948d06..9d046ab73 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -23,6 +23,7 @@
23#define BB_DF 23#define BB_DF
24#define BB_DIRNAME 24#define BB_DIRNAME
25#define BB_DMESG 25#define BB_DMESG
26#define BB_DOS2UNIX
26#define BB_DUTMP 27#define BB_DUTMP
27#define BB_DU 28#define BB_DU
28#define BB_DUMPKMAP 29#define BB_DUMPKMAP
@@ -98,6 +99,7 @@
98#define BB_TR 99#define BB_TR
99#define BB_TRUE_FALSE 100#define BB_TRUE_FALSE
100#define BB_TTY 101#define BB_TTY
102#define BB_UNRPM
101#define BB_UPTIME 103#define BB_UPTIME
102#define BB_USLEEP 104#define BB_USLEEP
103#define BB_WC 105#define BB_WC
@@ -109,6 +111,7 @@
109#define BB_UMOUNT 111#define BB_UMOUNT
110#define BB_UNIQ 112#define BB_UNIQ
111#define BB_UNAME 113#define BB_UNAME
114#define BB_UNIX2DOS
112#define BB_UPDATE 115#define BB_UPDATE
113#define BB_YES 116#define BB_YES
114// End of Applications List 117// End of Applications List
@@ -173,7 +176,7 @@
173#define BB_FEATURE_USE_INITTAB 176#define BB_FEATURE_USE_INITTAB
174// 177//
175//Enable init being called as /linuxrc 178//Enable init being called as /linuxrc
176//#define BB_FEATURE_LINUXRC 179#define BB_FEATURE_LINUXRC
177// 180//
178//Have init enable core dumping for child processes (for debugging only) 181//Have init enable core dumping for child processes (for debugging only)
179//#define BB_FEATURE_INIT_COREDUMPS 182//#define BB_FEATURE_INIT_COREDUMPS
@@ -203,7 +206,7 @@
203//#define BB_FEATURE_MOUNT_MTAB_SUPPORT 206//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
204// 207//
205// Enable support for mounting remote NFS volumes 208// Enable support for mounting remote NFS volumes
206//#define BB_FEATURE_NFSMOUNT 209#define BB_FEATURE_NFSMOUNT
207// 210//
208// Enable support forced filesystem unmounting 211// Enable support forced filesystem unmounting
209// (i.e. in case of an unreachable NFS system). 212// (i.e. in case of an unreachable NFS system).