changeset 9036:fd91a0b1e333

Delete BROKEN_FASYNC conditional.
author Richard M. Stallman <rms@gnu.org>
date Sat, 24 Sep 1994 00:20:07 +0000
parents 71eb1cc4e516
children bd477b542ca4
files src/sysdep.c
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/sysdep.c	Sat Sep 24 00:17:57 1994 +0000
+++ b/src/sysdep.c	Sat Sep 24 00:20:07 1994 +0000
@@ -112,15 +112,6 @@
 #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 <sys/ioctl.h>
 #endif