mirror of
https://github.com/sheumann/telnetd.git
synced 2025-02-17 20:30:32 +00:00
Diff-reduce these two.
Really, one of them needs to disappear. I'll figure out which later. Reported by: bde git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@85600 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
parent
1f6fc161a6
commit
5d43639f75
@ -217,8 +217,8 @@ char *telopts[NTELOPTS+1] = {
|
|||||||
* For backwards compatibility, we define SLC_NAMES to be the
|
* For backwards compatibility, we define SLC_NAMES to be the
|
||||||
* list of names if SLC_NAMES is not defined.
|
* list of names if SLC_NAMES is not defined.
|
||||||
*/
|
*/
|
||||||
#define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
#define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
|
||||||
"ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
|
"ABORT", "EOF", "SUSP", "EC", "EL", "EW", "RP", \
|
||||||
"LNEXT", "XON", "XOFF", "FORW1", "FORW2", \
|
"LNEXT", "XON", "XOFF", "FORW1", "FORW2", \
|
||||||
"MCL", "MCR", "MCWL", "MCWR", "MCBOL", \
|
"MCL", "MCR", "MCWL", "MCWR", "MCBOL", \
|
||||||
"MCEOL", "INSRT", "OVER", "ECR", "EWR", \
|
"MCEOL", "INSRT", "OVER", "ECR", "EWR", \
|
||||||
@ -281,7 +281,7 @@ extern char *slc_names[];
|
|||||||
#define AUTHTYPE_KERBEROS_V5 2
|
#define AUTHTYPE_KERBEROS_V5 2
|
||||||
#define AUTHTYPE_SPX 3
|
#define AUTHTYPE_SPX 3
|
||||||
#define AUTHTYPE_MINK 4
|
#define AUTHTYPE_MINK 4
|
||||||
#define AUTHTYPE_SRA 6
|
#define AUTHTYPE_SRA 6
|
||||||
#define AUTHTYPE_CNT 7
|
#define AUTHTYPE_CNT 7
|
||||||
|
|
||||||
#define AUTHTYPE_TEST 99
|
#define AUTHTYPE_TEST 99
|
||||||
|
Loading…
x
Reference in New Issue
Block a user