BFTPDAEMON: removed.

UNICOS5: removed.
STREAMSPTY: added variable `really_stream'.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@718 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-09 19:27:53 +00:00
parent fa53a8d25f
commit 44b4fe5d48

View File

@@ -54,9 +54,6 @@ extern int restartany; /* restart output on any character state */
#ifdef DIAGNOSTICS
extern int diagnostic; /* telnet diagnostic capabilities */
#endif /* DIAGNOSTICS */
#ifdef BFTPDAEMON
extern int bftpd; /* behave as bftp daemon */
#endif /* BFTPDAEMON */
#if defined(SecurID)
extern int require_SecurID;
#endif
@@ -81,11 +78,6 @@ extern char *neturg; /* one past last bye of urgent data */
extern int pcc, ncc;
#if defined(CRAY2) && defined(UNICOS5)
extern int unpcc; /* characters left unprocessed by CRAY-2 terminal routine */
extern char *unptyip; /* pointer to remaining characters in buffer */
#endif
extern int ourpty, net;
extern char *line;
extern int SYNCHing; /* we are in TELNET SYNCH mode */
@@ -223,9 +215,8 @@ extern struct clocks_t clocks;
extern int log_unauth;
extern int no_warn;
#if defined(CRAY2) && defined(UNICOS5)
extern int needtermstat;
#ifdef STREAMSPTY
extern int really_stream;
#endif
#ifndef USE_IM