changeset 553:e16b0df74717

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 19 Feb 1992 20:21:27 +0000
parents 7013d0e0e476
children e14686fb979e
files src/m/template.h
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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