default values of TIOCPKT_FLUSHWRITE & c:o

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@292 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-03-14 20:59:33 +00:00
parent 78bd277ec2
commit ab346f6fbb

View File

@@ -121,6 +121,18 @@
# define TIOCSCTTY TCSETCTTY
#endif
#ifndef TIOCPKT_FLUSHWRITE
#define TIOCPKT_FLUSHWRITE 0x02
#endif
#ifndef TIOCPKT_NOSTOP
#define TIOCPKT_NOSTOP 0x10
#endif
#ifndef TIOCPKT_DOSTOP
#define TIOCPKT_DOSTOP 0x20
#endif
#ifndef FD_SET
#ifndef HAVE_fd_set
typedef struct fd_set { int fds_bits[1]; } fd_set;