aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/dgux.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 9f4e759f7ae..2c7478d9e02 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -324,3 +324,11 @@ CC=gcc
324#endif /* COFF */ 324#endif /* COFF */
325/* Define switches affecting x/ymakefile */ 325/* Define switches affecting x/ymakefile */
326#define C_OPTIMIZE_SWITCH 326#define C_OPTIMIZE_SWITCH
327
328/* Paul M Reilly <pmr@rock.concert.net> writes:
329 On some systems (DGUX comes to mind real fast) FASYNC causes
330 background writes to the terminal to stop all processes in the
331 process group when invoked under the csh (and probably any shell
332 with job control). This stops Emacs dead in its tracks when coming
333 up under X11. */
334#define BROKEN_FASYNC