]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete BROKEN_FASYNC conditional.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 00:20:07 +0000 (00:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 00:20:07 +0000 (00:20 +0000)
src/sysdep.c

index 51cbb04fc4ccda2b58fab493af91ac9a5605bb02..9863ec99f078e1e316fbc1db7d63ce6db613d4e3 100644 (file)
@@ -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 <sys/ioctl.h>
 #endif