diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-13 06:54:53 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-13 06:54:53 +0000 |
commit | 2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1 (patch) | |
tree | d0e98c79dff9374fc3e4229bbf3c4e43164184a0 /busybox.def.h | |
parent | 053b1462b72feea51b3b8745662447d5f8d18fda (diff) | |
download | busybox-w32-2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1.tar.gz busybox-w32-2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1.tar.bz2 busybox-w32-2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1.zip |
Add new apps md5sum uudecode uuencode, fix some minor formatting things.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 62ea5096e..50ad88ce0 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -55,6 +55,7 @@ | |||
55 | #define BB_LSMOD | 55 | #define BB_LSMOD |
56 | #define BB_MAKEDEVS | 56 | #define BB_MAKEDEVS |
57 | #define BB_MATH | 57 | #define BB_MATH |
58 | #define BB_MD5SUM | ||
58 | #define BB_MKDIR | 59 | #define BB_MKDIR |
59 | #define BB_MKFIFO | 60 | #define BB_MKFIFO |
60 | #define BB_MKFS_MINIX | 61 | #define BB_MKFS_MINIX |
@@ -99,6 +100,8 @@ | |||
99 | #define BB_WC | 100 | #define BB_WC |
100 | #define BB_WHICH | 101 | #define BB_WHICH |
101 | #define BB_WHOAMI | 102 | #define BB_WHOAMI |
103 | #define BB_UUENCODE | ||
104 | #define BB_UUDECODE | ||
102 | #define BB_UMOUNT | 105 | #define BB_UMOUNT |
103 | #define BB_UNIQ | 106 | #define BB_UNIQ |
104 | #define BB_UNAME | 107 | #define BB_UNAME |