/* ref/config_sunos  --  Configuration and other very global information
 *
 * @(#)$Header: /it/grass/gterm/ref/RCS/config_sunos,v 2.5 1991/04/23 06:52:15 hugh Grass2 $
 */

/* Things we do have in sunos */

#define HAVE_BSD_TTYS
#define HAVE_FNDELAY
#define	HAVE_SELECT
#define	HAVE_TERMCAP
#define	HAVE_VFORK
#define HAVE_WAIT3

#define HAVE_TTYCOM_H	/* Why oh why do they do this to us... */
#define HAVE_VFORK_H	/* To use cc -O must have this in slave.c on Sun4 */

#ifdef undef
/* Things we don't have in sunos */

#define HAVE_SYSV_TTYS

#endif

#define CONSOLE_FILENAME "/dev/console"
