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:
@@ -54,9 +54,6 @@ extern int restartany; /* restart output on any character state */
|
|||||||
#ifdef DIAGNOSTICS
|
#ifdef DIAGNOSTICS
|
||||||
extern int diagnostic; /* telnet diagnostic capabilities */
|
extern int diagnostic; /* telnet diagnostic capabilities */
|
||||||
#endif /* DIAGNOSTICS */
|
#endif /* DIAGNOSTICS */
|
||||||
#ifdef BFTPDAEMON
|
|
||||||
extern int bftpd; /* behave as bftp daemon */
|
|
||||||
#endif /* BFTPDAEMON */
|
|
||||||
#if defined(SecurID)
|
#if defined(SecurID)
|
||||||
extern int require_SecurID;
|
extern int require_SecurID;
|
||||||
#endif
|
#endif
|
||||||
@@ -81,11 +78,6 @@ extern char *neturg; /* one past last bye of urgent data */
|
|||||||
|
|
||||||
extern int pcc, ncc;
|
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 int ourpty, net;
|
||||||
extern char *line;
|
extern char *line;
|
||||||
extern int SYNCHing; /* we are in TELNET SYNCH mode */
|
extern int SYNCHing; /* we are in TELNET SYNCH mode */
|
||||||
@@ -223,9 +215,8 @@ extern struct clocks_t clocks;
|
|||||||
extern int log_unauth;
|
extern int log_unauth;
|
||||||
extern int no_warn;
|
extern int no_warn;
|
||||||
|
|
||||||
|
#ifdef STREAMSPTY
|
||||||
#if defined(CRAY2) && defined(UNICOS5)
|
extern int really_stream;
|
||||||
extern int needtermstat;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef USE_IM
|
#ifndef USE_IM
|
||||||
|
Reference in New Issue
Block a user