diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-07 17:57:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-07 17:57:45 +0000 |
commit | 7e1273edf7a75f2797ea5c0d95d33ff1056f21d8 (patch) | |
tree | 027b6be3c7e471def7c0658631eb6d1cb82db50e /Config.h | |
parent | 238bc4090d518d1ee17c454337831b81f5fc83d3 (diff) | |
download | busybox-w32-7e1273edf7a75f2797ea5c0d95d33ff1056f21d8.tar.gz busybox-w32-7e1273edf7a75f2797ea5c0d95d33ff1056f21d8.tar.bz2 busybox-w32-7e1273edf7a75f2797ea5c0d95d33ff1056f21d8.zip |
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 @@ | |||
362 | // Enable a if you system have setuped locale | 362 | // Enable a if you system have setuped locale |
363 | //#define BB_LOCALE_SUPPORT | 363 | //#define BB_LOCALE_SUPPORT |
364 | // | 364 | // |
365 | // Support for TELNET to pass TERM type to remote host. Adds 384 bytes. | ||
366 | #define BB_FEATURE_TELNET_TTYPE | ||
367 | // | ||
365 | // End of Features List | 368 | // End of Features List |
366 | // | 369 | // |
367 | // | 370 | // |