/* ref/config_sunos  --  Configuration and other very global information
 *
 * @(#)$Header: config_sunos,v 2.1 88/11/09 17:04:02 eric Update $
 */

/* 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

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

#define HAVE_SYSV_TTYS

#endif