From: Richard M. Stallman Date: Tue, 20 Jul 1993 18:15:38 +0000 (+0000) Subject: (BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs. X-Git-Tag: emacs-19.34~11662 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e5586769bb2c5efe8ec6bc357d0b8f264faaebe;p=emacs.git (BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs. --- diff --git a/src/s/sol2.h b/src/s/sol2.h index 5255b773dca..12b37246bc5 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -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