changeset 3601:d83673a740e8

* s/dgux.h (BROKEN_FASYNC): #define this.
author Jim Blandy <jimb@redhat.com>
date Thu, 10 Jun 1993 06:11:55 +0000
parents c0b91ff8928a
children f71f3f167365
files src/s/dgux.h
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/dgux.h	Thu Jun 10 06:05:05 1993 +0000
+++ b/src/s/dgux.h	Thu Jun 10 06:11:55 1993 +0000
@@ -324,3 +324,11 @@
 #endif /* COFF */
 /* Define switches affecting x/ymakefile */
 #define C_OPTIMIZE_SWITCH
+
+/* Paul M Reilly <pmr@rock.concert.net> writes:
+   On some systems (DGUX comes to mind real fast) FASYNC causes
+   background writes to the terminal to stop all processes in the
+   process group when invoked under the csh (and probably any shell
+   with job control). This stops Emacs dead in its tracks when coming
+   up under X11. */
+#define BROKEN_FASYNC