comparison src/sysdep.c @ 20288:3ef6fba94e13

Treat DGUX the same as USG.
author Karl Heuer <kwzh@gnu.org>
date Thu, 20 Nov 1997 21:54:20 +0000
parents de9483a63b12
children 31035eff741a
comparison
equal deleted inserted replaced
20287:39573921dadc 20288:3ef6fba94e13
145 #ifdef BROKEN_TIOCGWINSZ 145 #ifdef BROKEN_TIOCGWINSZ
146 #undef TIOCGWINSZ 146 #undef TIOCGWINSZ
147 #undef TIOCSWINSZ 147 #undef TIOCSWINSZ
148 #endif 148 #endif
149 149
150 #ifdef USG 150 #if defined(USG) || defined(DGUX)
151 #include <sys/utsname.h> 151 #include <sys/utsname.h>
152 #include <string.h> 152 #include <string.h>
153 #ifndef MEMORY_IN_STRING_H 153 #ifndef MEMORY_IN_STRING_H
154 #include <memory.h> 154 #include <memory.h>
155 #endif 155 #endif
160 #ifdef NEED_PTEM_H 160 #ifdef NEED_PTEM_H
161 #include <sys/stream.h> 161 #include <sys/stream.h>
162 #include <sys/ptem.h> 162 #include <sys/ptem.h>
163 #endif 163 #endif
164 #endif /* TIOCGWINSZ or ISC4_0 */ 164 #endif /* TIOCGWINSZ or ISC4_0 */
165 #endif /* USG */ 165 #endif /* USG or DGUX */
166 166
167 extern int quit_char; 167 extern int quit_char;
168 168
169 #include "frame.h" 169 #include "frame.h"
170 #include "window.h" 170 #include "window.h"