Mercurial > hg > xemacs-beta
comparison src/s/386-ix.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 0132846995bd |
children |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
3 /* Interactive 386/ix. */ | 3 /* Interactive 386/ix. */ |
4 | 4 |
5 #include "usg5-3.h" | 5 #include "usg5-3.h" |
6 | 6 |
7 #define BROKEN_TIOCGETC | 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 | |
12 #define LIBX11_SYSTEM "-linet" | |
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 |