# HG changeset patch # User Jim Blandy # Date 698530887 0 # Node ID e16b0df7471724910be47e5e21945e0ecdf0c7ac # Parent 7013d0e0e476fdf2e717a4a7562490f1182c802e *** empty log message *** diff -r 7013d0e0e476 -r e16b0df74717 src/m/template.h --- a/src/m/template.h Wed Feb 19 15:03:50 1992 +0000 +++ b/src/m/template.h Wed Feb 19 20:21:27 1992 +0000 @@ -108,3 +108,17 @@ code will not be sharable; but that's better than failing completely. */ #define NO_REMAP + +/* Some really obscure 4.2-based systems (like Sequent DYNIX) + * do not support asynchronous I/O (using SIGIO) on sockets, + * even though it works fine on tty's. If you have one of + * these systems, define the following, and then use it in + * config.h (or elsewhere) to decide when (not) to use SIGIO. + * + * You'd think this would go in an operating-system description file, + * but since it only occurs on some, but not all, BSD systems, the + * reasonable place to select for it is in the machine description + * file. + */ + +#define NO_SOCK_SIGIO