/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
/* $Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/B/src/bed/unix.h,v 1.1.1.1 2018/04/24 16:12:58 root Exp $ */

/*
 * B editor -- inventory of available UNIX features.
 */

#ifdef BSD
#define VFORK	/* 4.x BSD vfork() system call available */
#endif

#ifdef BSD4_2
#define SELECT	/* 4.2 BSD select() system call available */
#endif

#define SIGNAL	/* can #include <signal.h> (v7 or any BSD compatible) */
#define SETJMP	/* can #include <setjmp.h> */
#define SGTTY_H	/* can #include <sgtty.h> (at least v7 compatible) */

#define PERROR	/* can use perror(), sys_errlist and sys_nerr */

/* #define PWB */	/* Turn on for PWB/UNIX systems without getenv etc. */
