summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-09-05 20:36:34 +0000
committercsgr <csgr@FreeBSD.org>1994-09-05 20:36:34 +0000
commitb1dfd03477ff24a2f625349aa5959d4751f867f9 (patch)
treeae1c4fe064ed5852afa70637d206e3f35bba059b /libexec
parent4ea46e0b05b3dd96f700aef6617f9b67b6dbd3e7 (diff)
downloadFreeBSD-src-b1dfd03477ff24a2f625349aa5959d4751f867f9.zip
FreeBSD-src-b1dfd03477ff24a2f625349aa5959d4751f867f9.tar.gz
Don't define KLUDGELINEMODE.
(If you do, you will have problems trying to telnet into a FreeBSD-2.0 box from a Sun, and I WANT TO DO THAT.) Submitted by: Geoff
Diffstat (limited to 'libexec')
-rw-r--r--libexec/telnetd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile
index 543ec17..0b6ff9d 100644
--- a/libexec/telnetd/Makefile
+++ b/libexec/telnetd/Makefile
@@ -1,7 +1,8 @@
# @(#)Makefile 8.2 (Berkeley) 12/15/93
PROG= telnetd
-CFLAGS+=-DLINEMODE -DKLUDGELINEMODE -DUSE_TERMIO -DDIAGNOSTICS
+CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS
+#CFLAGS+=-DKLUDGELINEMODE
CFLAGS+=-DOLD_ENVIRON -DENV_HACK
CFLAGS+=-I${.CURDIR}/../../lib
#CFLAGS+=-DAUTHENTICATION -DENCRYPTION
OpenPOWER on IntegriCloud