* s/dgux.h (BROKEN_FASYNC): #define this.

This commit is contained in:
Jim Blandy 1993-06-10 06:11:55 +00:00
parent d1ae7d261b
commit dea95cc230

View file

@ -324,3 +324,11 @@ CC=gcc
#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