diff options
| author | Richard M. Stallman | 1993-07-20 18:15:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-20 18:15:38 +0000 |
| commit | 5e5586769bb2c5efe8ec6bc357d0b8f264faaebe (patch) | |
| tree | 77a4e5f5a1413d0ea3db6dcbd5384b20e3f3aa18 /src/s | |
| parent | ab375e6cf35c81c03503de616251e078f970e730 (diff) | |
| download | emacs-5e5586769bb2c5efe8ec6bc357d0b8f264faaebe.tar.gz emacs-5e5586769bb2c5efe8ec6bc357d0b8f264faaebe.zip | |
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/sol2.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 1 | #include "usg5-4.h" | 1 | #include "usg5-4.h" |
| 2 | 2 | ||
| 3 | /* eggert@twinsun.com said these work in Solaris. | ||
| 4 | Perhaps they work in all kinds of SVR4, but this is more conservative. */ | ||
| 5 | #undef BROKEN_TIOCGETC | ||
| 6 | #undef BROKEN_TIOCGWINSZ | ||
| 7 | |||
| 3 | /* This triggers a conditional in xfaces.c. */ | 8 | /* This triggers a conditional in xfaces.c. */ |
| 4 | #define XOS_NEEDS_TIME_H | 9 | #define XOS_NEEDS_TIME_H |
| 5 | 10 | ||