comparison src/s/dgux.h @ 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 7be0f0a02725
comparison
equal deleted inserted replaced
3600:c0b91ff8928a 3601:d83673a740e8
322 322
323 #define C_DEBUG_SWITCH -g -V2 -mversion-03.00 -mstandard 323 #define C_DEBUG_SWITCH -g -V2 -mversion-03.00 -mstandard
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