diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-05 08:07:00 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-05 08:07:00 +0000 |
commit | fb002d0df02ce53e8bcc03fe6e451b250b4d519e (patch) | |
tree | a1237f67ea857f4c83e6f51873177a9d3e5f16f0 /busybox.def.h | |
parent | 66be5e7e29ad6fa457376996b4c08d307b92a6f1 (diff) | |
download | busybox-w32-fb002d0df02ce53e8bcc03fe6e451b250b4d519e.tar.gz busybox-w32-fb002d0df02ce53e8bcc03fe6e451b250b4d519e.tar.bz2 busybox-w32-fb002d0df02ce53e8bcc03fe6e451b250b4d519e.zip |
Add in tr and dirname
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index b82bcc5f1..306133ba8 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -18,6 +18,7 @@ | |||
18 | #define BB_DD | 18 | #define BB_DD |
19 | #define BB_DEALLOCVT | 19 | #define BB_DEALLOCVT |
20 | #define BB_DF | 20 | #define BB_DF |
21 | #define BB_DIRNAME | ||
21 | #define BB_DMESG | 22 | #define BB_DMESG |
22 | //#define BB_DUTMP | 23 | //#define BB_DUTMP |
23 | #define BB_DU | 24 | #define BB_DU |
@@ -84,6 +85,7 @@ | |||
84 | // Don't turn BB_TELNET on. It doesn't work. | 85 | // Don't turn BB_TELNET on. It doesn't work. |
85 | #define BB_TELNET | 86 | #define BB_TELNET |
86 | #define BB_TOUCH | 87 | #define BB_TOUCH |
88 | #define BB_TR | ||
87 | #define BB_TRUE_FALSE | 89 | #define BB_TRUE_FALSE |
88 | #define BB_TTY | 90 | #define BB_TTY |
89 | #define BB_UPTIME | 91 | #define BB_UPTIME |