MODE_OUT8

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4206 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-12-15 19:52:01 +00:00
parent 3ba57e454e
commit c67af6d7dd

View File

@@ -53,3 +53,8 @@
#define MODE_COMMAND_LINE(m) ((m)==-1) #define MODE_COMMAND_LINE(m) ((m)==-1)
#define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */ #define CONTROL(x) ((x)&0x1f) /* CTRL(x) is not portable */
/* XXX extra mode bits, these should be synced with <arpa/telnet.h> */
#define MODE_OUT8 0x8000 /* binary mode sans -opost */