Mercurial > hg > xemacs-beta
comparison src/s/386-ix.h @ 0:376386a54a3c r19-14
Import from CVS: tag r19-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:45:50 +0200 |
parents | |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:376386a54a3c |
---|---|
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 | |
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 |