From 26341b10ade10ebb8aba0a5de08033c5493ee3c4 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 9 Sep 1996 19:28:23 +0000 Subject: [PATCH] BFTPDAEMON: removed. UNICOS5: removed. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@719 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/global.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/appl/telnet/telnetd/global.c b/appl/telnet/telnetd/global.c index 5dbcdc09c..477721b16 100644 --- a/appl/telnet/telnetd/global.c +++ b/appl/telnet/telnetd/global.c @@ -63,9 +63,6 @@ int restartany; /* restart output on any character state */ #ifdef DIAGNOSTICS int diagnostic; /* telnet diagnostic capabilities */ #endif /* DIAGNOSTICS */ -#ifdef BFTPDAEMON -int bftpd; /* behave as bftp daemon */ -#endif /* BFTPDAEMON */ #if defined(SecurID) int require_SecurID; #endif @@ -86,11 +83,6 @@ char *neturg; /* one past last bye of urgent data */ int pcc, ncc; -#if defined(CRAY2) && defined(UNICOS5) -int unpcc; /* characters left unprocessed by CRAY-2 terminal routine */ -char *unptyip; /* pointer to remaining characters in buffer */ -#endif - int ourpty, net; int SYNCHing; /* we are in TELNET SYNCH mode */