Mercurial > hg > xemacs-beta
annotate src/s/386-ix.h @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | 0132846995bd |
children | c5d627a313b1 |
rev | line source |
---|---|
0 | 1 /* Synched up with: FSF 19.31. */ |
2 | |
3 /* Interactive 386/ix. */ | |
4 | |
5 #include "usg5-3.h" | |
6 | |
7 #define BROKEN_TIOCGETC | |
8 | |
9 /* There are some reports that the following is needed | |
10 with some version of this system. | |
11 #undef LIBX11_SYSTEM | |
163 | 12 #define LIBX11_SYSTEM "-linet" |
0 | 13 */ |
14 | |
15 /* This is said to be needed as a result of having _insque rather | |
16 than insque in -loldX. This may not always be the right thing. */ | |
17 #define WRONG_NAME_INSQUE |