diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-22 17:17:45 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-02-22 17:17:45 +0000 |
commit | 5079218dbb612b37af9a2d5709d70cd37f962a17 (patch) | |
tree | 0860a3b7a85d769aa440eba43cf35e0560d153c6 /busybox.def.h | |
parent | 7c4560fcb5f06fa0c61ab00bc31f08856ec15959 (diff) | |
download | busybox-w32-5079218dbb612b37af9a2d5709d70cd37f962a17.tar.gz busybox-w32-5079218dbb612b37af9a2d5709d70cd37f962a17.tar.bz2 busybox-w32-5079218dbb612b37af9a2d5709d70cd37f962a17.zip |
Sync up a few things. Add in a new telnet implementation (still
not perfect though).
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@380 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 e531f1fed..8ed5a9c66 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -80,6 +80,8 @@ | |||
80 | #define BB_TAIL | 80 | #define BB_TAIL |
81 | #define BB_TAR | 81 | #define BB_TAR |
82 | #define BB_TEE | 82 | #define BB_TEE |
83 | // Don't turn BB_TELNET on. It doesn't work. | ||
84 | #define BB_TELNET | ||
83 | #define BB_TOUCH | 85 | #define BB_TOUCH |
84 | #define BB_TRUE_FALSE | 86 | #define BB_TRUE_FALSE |
85 | #define BB_TTY | 87 | #define BB_TTY |