Oh foo. I should a) learn to read. b) learn to think. :-)

Telnet has nothing to do with this, it's telnetd and telnetd
doesn't use KLUDGELINEMODE so that theory is washed up.  Anyway,
back out previous commit and slink away with red face.
This commit is contained in:
Jordan K. Hubbard 1995-08-28 17:52:39 +00:00
parent 58cba44370
commit 0031ae7a17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10396

View File

@ -35,7 +35,7 @@
PROG= telnet
CFLAGS+=-DTERMCAP -DUSE_TERMIO #-DAUTHENTICATION -DENCRYPTION
CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO #-DAUTHENTICATION -DENCRYPTION
CFLAGS+=-DENV_HACK
CFLAGS+=-I${.CURDIR}/../../lib