From: Karl Heuer Date: Thu, 20 Nov 1997 21:54:20 +0000 (+0000) Subject: Treat DGUX the same as USG. X-Git-Tag: emacs-20.3~2785 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b917b2e27312218420f8988356eee5ebd9799d34;p=emacs.git Treat DGUX the same as USG. --- diff --git a/src/sysdep.c b/src/sysdep.c index e8176753b3a..e304feded3f 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -147,7 +147,7 @@ extern int errno; #undef TIOCSWINSZ #endif -#ifdef USG +#if defined(USG) || defined(DGUX) #include #include #ifndef MEMORY_IN_STRING_H @@ -162,7 +162,7 @@ extern int errno; #include #endif #endif /* TIOCGWINSZ or ISC4_0 */ -#endif /* USG */ +#endif /* USG or DGUX */ extern int quit_char;