diff options
author | Eric Andersen | 2000-06-13 06:54:53 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-13 06:54:53 +0000 |
commit | 2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1 (patch) | |
tree | d0e98c79dff9374fc3e4229bbf3c4e43164184a0 /busybox.def.h | |
parent | 053b1462b72feea51b3b8745662447d5f8d18fda (diff) | |
download | busybox-2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1.zip busybox-2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1.tar.gz |
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 62ea509..50ad88c 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -55,6 +55,7 @@ #define BB_LSMOD #define BB_MAKEDEVS #define BB_MATH +#define BB_MD5SUM #define BB_MKDIR #define BB_MKFIFO #define BB_MKFS_MINIX @@ -99,6 +100,8 @@ #define BB_WC #define BB_WHICH #define BB_WHOAMI +#define BB_UUENCODE +#define BB_UUDECODE #define BB_UMOUNT #define BB_UNIQ #define BB_UNAME |