aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/template.h
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-02-19 20:21:27 +0000
committerJim Blandy <[email protected]>1992-02-19 20:21:27 +0000
commit0c29c32c50d121ce39b36209f22dc26f15589eb2 (patch)
treec229987f8131f63e6d61592ac429d5e9bee8cb2d /src/m/template.h
parenta44804c254892c18e4b7e3d2029f5bdd7b982fa3 (diff)
*** empty log message ***
Diffstat (limited to 'src/m/template.h')
-rw-r--r--src/m/template.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/m/template.h b/src/m/template.h
index f69e0376c2..0fc3af4318 100644
--- a/src/m/template.h
+++ b/src/m/template.h
@@ -108,3 +108,17 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
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