diff options
author | Eric Andersen | 2001-05-07 17:57:45 +0000 |
---|---|---|
committer | Eric Andersen | 2001-05-07 17:57:45 +0000 |
commit | 7e1273edf7a75f2797ea5c0d95d33ff1056f21d8 (patch) | |
tree | 027b6be3c7e471def7c0658631eb6d1cb82db50e /Config.h | |
parent | 238bc4090d518d1ee17c454337831b81f5fc83d3 (diff) | |
download | busybox-7e1273edf7a75f2797ea5c0d95d33ff1056f21d8.zip busybox-7e1273edf7a75f2797ea5c0d95d33ff1056f21d8.tar.gz |
Patch from Jim McQuillan to pass the terminal type to the remote host.
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -362,6 +362,9 @@ // Enable a if you system have setuped locale //#define BB_LOCALE_SUPPORT // +// Support for TELNET to pass TERM type to remote host. Adds 384 bytes. +#define BB_FEATURE_TELNET_TTYPE +// // End of Features List // // |