Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/sysdep.c Thu Nov 20 21:52:47 1997 +0000 +++ b/src/sysdep.c Thu Nov 20 21:54:20 1997 +0000 @@ -147,7 +147,7 @@ #undef TIOCSWINSZ #endif -#ifdef USG +#if defined(USG) || defined(DGUX) #include <sys/utsname.h> #include <string.h> #ifndef MEMORY_IN_STRING_H @@ -162,7 +162,7 @@ #include <sys/ptem.h> #endif #endif /* TIOCGWINSZ or ISC4_0 */ -#endif /* USG */ +#endif /* USG or DGUX */ extern int quit_char;
