Mercurial > emacs
changeset 4189:14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 20 Jul 1993 18:15:38 +0000 |
parents | 10fd517cb2e9 |
children | 023ddd6f5c2b |
files | src/s/sol2.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sol2.h Tue Jul 20 18:09:21 1993 +0000 +++ b/src/s/sol2.h Tue Jul 20 18:15:38 1993 +0000 @@ -1,5 +1,10 @@ #include "usg5-4.h" +/* eggert@twinsun.com said these work in Solaris. + Perhaps they work in all kinds of SVR4, but this is more conservative. */ +#undef BROKEN_TIOCGETC +#undef BROKEN_TIOCGWINSZ + /* This triggers a conditional in xfaces.c. */ #define XOS_NEEDS_TIME_H