* s/dgux.h (BROKEN_FASYNC): #define this.
This commit is contained in:
parent
d1ae7d261b
commit
dea95cc230
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue