xref: /titanic_52/usr/src/cmd/ast/libshell/i386/FEATURE/ttys (revision 906afcb89d0412cc073b95c2d701a804a8cdb62c)
1*906afcb8SAndy Fiddaman/* : : generated from contrib/ast/src/cmd/ksh93/features/ttys by iffe version 2012-07-17 : : */
2*906afcb8SAndy Fiddaman#ifndef _def_ttys_ksh93
3*906afcb8SAndy Fiddaman#define _def_ttys_ksh93	1
4*906afcb8SAndy Fiddaman#define _sys_types	1	/* #include <sys/types.h> ok */
5*906afcb8SAndy Fiddaman#define _hdr_termios	1	/* #include <termios.h> ok */
6*906afcb8SAndy Fiddaman#define _hdr_termio	1	/* #include <termio.h> ok */
7*906afcb8SAndy Fiddaman#define _hdr_sgtty	1	/* #include <sgtty.h> ok */
8*906afcb8SAndy Fiddaman#define _sys_termios	1	/* #include <sys/termios.h> ok */
9*906afcb8SAndy Fiddaman#define _sys_termio	1	/* #include <sys/termio.h> ok */
10*906afcb8SAndy Fiddaman#define _sys_ioctl	1	/* #include <sys/ioctl.h> ok */
11*906afcb8SAndy Fiddaman#define _sys_filio	1	/* #include <sys/filio.h> ok */
12*906afcb8SAndy Fiddaman#define _lib_tcgetattr	1	/* tcgetattr() in default lib(s) */
13*906afcb8SAndy Fiddaman#define _lib_tcgetpgrp	1	/* tcgetpgrp() in default lib(s) */
14*906afcb8SAndy Fiddaman#endif
15