summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-07 17:57:45 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-07 17:57:45 +0000
commit7e1273edf7a75f2797ea5c0d95d33ff1056f21d8 (patch)
tree027b6be3c7e471def7c0658631eb6d1cb82db50e /Config.h
parent238bc4090d518d1ee17c454337831b81f5fc83d3 (diff)
downloadbusybox-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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 57760bec6..7438e2c81 100644
--- a/Config.h
+++ b/Config.h
@@ -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//