Mercurial > emacs
changeset 20288:3ef6fba94e13
Treat DGUX the same as USG.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 20 Nov 1997 21:54:20 +0000 |
parents | 39573921dadc |
children | d9e4922a5ace |
files | src/sysdep.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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;