diff options
author | Erik Andersen | 2000-03-05 08:07:00 +0000 |
---|---|---|
committer | Erik Andersen | 2000-03-05 08:07:00 +0000 |
commit | fb002d0df02ce53e8bcc03fe6e451b250b4d519e (patch) | |
tree | a1237f67ea857f4c83e6f51873177a9d3e5f16f0 /busybox.def.h | |
parent | 66be5e7e29ad6fa457376996b4c08d307b92a6f1 (diff) | |
download | busybox-fb002d0df02ce53e8bcc03fe6e451b250b4d519e.zip busybox-fb002d0df02ce53e8bcc03fe6e451b250b4d519e.tar.gz |
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 b82bcc5..306133b 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -18,6 +18,7 @@ #define BB_DD #define BB_DEALLOCVT #define BB_DF +#define BB_DIRNAME #define BB_DMESG //#define BB_DUTMP #define BB_DU @@ -84,6 +85,7 @@ // Don't turn BB_TELNET on. It doesn't work. #define BB_TELNET #define BB_TOUCH +#define BB_TR #define BB_TRUE_FALSE #define BB_TTY #define BB_UPTIME |