From b79b5bff94e3311d2597ec68d002f49fa203b786 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 24 Sep 1994 00:20:07 +0000 Subject: [PATCH] Delete BROKEN_FASYNC conditional. --- src/sysdep.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/sysdep.c b/src/sysdep.c index 51cbb04fc4c..9863ec99f07 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -112,15 +112,6 @@ extern int errno; #endif #endif /* not 4.1 bsd */ -#ifdef BROKEN_FASYNC -/* 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. */ -#undef FASYNC -#endif - #ifndef MSDOS #include #endif -- 2.39.5