From 216ce1f66daa720b80f1481fd17d99731411e9ae Mon Sep 17 00:00:00 2001 From: Geoff Rehmet Date: Mon, 5 Sep 1994 20:36:34 +0000 Subject: [PATCH] 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 --- libexec/telnetd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 543ec171406d..0b6ff9dd9524 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