diff options
author | Erik Andersen | 2000-02-22 17:17:45 +0000 |
---|---|---|
committer | Erik Andersen | 2000-02-22 17:17:45 +0000 |
commit | f7c49ef2d106eb38f648432e2cff2a81bb982437 (patch) | |
tree | 0860a3b7a85d769aa440eba43cf35e0560d153c6 /busybox.def.h | |
parent | 3b9522f2af942c92eec638995268cccddd82c4f8 (diff) | |
download | busybox-f7c49ef2d106eb38f648432e2cff2a81bb982437.zip busybox-f7c49ef2d106eb38f648432e2cff2a81bb982437.tar.gz |
Sync up a few things. Add in a new telnet implementation (still
not perfect though).
-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 e531f1f..8ed5a9c 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -80,6 +80,8 @@ #define BB_TAIL #define BB_TAR #define BB_TEE +// Don't turn BB_TELNET on. It doesn't work. +#define BB_TELNET #define BB_TOUCH #define BB_TRUE_FALSE #define BB_TTY |