diff options
| author | Jim Blandy | 1993-06-10 06:11:55 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-10 06:11:55 +0000 |
| commit | dea95cc23085d9e9609e21dd593f781b68e1d997 (patch) | |
| tree | 54708c4bfaff2ed98c82edf2c94094f9fcbc12d2 /src | |
| parent | d1ae7d261b893e5685e4b30f3e8aa19572f19286 (diff) | |
| download | emacs-dea95cc23085d9e9609e21dd593f781b68e1d997.tar.gz emacs-dea95cc23085d9e9609e21dd593f781b68e1d997.zip | |
* s/dgux.h (BROKEN_FASYNC): #define this.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux.h | 8 |
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 | ||