aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c9
1 files changed, 0 insertions, 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;
112#endif 112#endif
113#endif /* not 4.1 bsd */ 113#endif /* not 4.1 bsd */
114 114
115#ifdef BROKEN_FASYNC
116/* On some systems (DGUX comes to mind real fast) FASYNC causes
117 background writes to the terminal to stop all processes in the
118 process group when invoked under the csh (and probably any shell
119 with job control). This stops Emacs dead in its tracks when coming
120 up under X11. */
121#undef FASYNC
122#endif
123
124#ifndef MSDOS 115#ifndef MSDOS
125#include <sys/ioctl.h> 116#include <sys/ioctl.h>
126#endif 117#endif