summaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-02-22 17:17:45 +0000
committerErik Andersen <andersen@codepoet.org>2000-02-22 17:17:45 +0000
commitf7c49ef2d106eb38f648432e2cff2a81bb982437 (patch)
tree0860a3b7a85d769aa440eba43cf35e0560d153c6 /busybox.def.h
parent3b9522f2af942c92eec638995268cccddd82c4f8 (diff)
downloadbusybox-w32-f7c49ef2d106eb38f648432e2cff2a81bb982437.tar.gz
busybox-w32-f7c49ef2d106eb38f648432e2cff2a81bb982437.tar.bz2
busybox-w32-f7c49ef2d106eb38f648432e2cff2a81bb982437.zip
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.h2
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