Mercurial > emacs
changeset 7326:f6e5ef4a73e3
Test ISC4_0 along with TIOCGWINSZ.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 May 1994 23:27:39 +0000 |
parents | bfbebc2a04c9 |
children | 1e2d4da6b5c4 |
files | src/sysdep.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Wed May 04 23:27:06 1994 +0000 +++ b/src/sysdep.c Wed May 04 23:27:39 1994 +0000 @@ -133,7 +133,7 @@ #ifndef MEMORY_IN_STRING_H #include <memory.h> #endif -#ifdef TIOCGWINSZ +#if defined (TIOCGWINSZ) || defined (ISC4_0) #ifdef NEED_SIOCTL #include <sys/sioctl.h> #endif @@ -141,7 +141,7 @@ #include <sys/stream.h> #include <sys/ptem.h> #endif -#endif /* TIOCGWINSZ */ +#endif /* TIOCGWINSZ or ISC4_0 */ #endif /* USG */ extern int quit_char;