Mercurial > hg > xemacs-beta
comparison src/console-x.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | cca96a509cfe |
children | bfd6434d15b3 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
39 | 39 |
40 #include <X11/cursorfont.h> | 40 #include <X11/cursorfont.h> |
41 #include <X11/keysym.h> | 41 #include <X11/keysym.h> |
42 #include <X11/Xatom.h> | 42 #include <X11/Xatom.h> |
43 | 43 |
44 #if 0 /* mrb - Xos sux. */ | |
44 #ifdef USG | 45 #ifdef USG |
45 #undef USG /* ####KLUDGE for Solaris 2.2 and up */ | 46 #undef USG /* ####KLUDGE for Solaris 2.2 and up */ |
46 #include <X11/Xos.h> | 47 #include <X11/Xos.h> |
47 #define USG | 48 #define USG |
48 #else | 49 #else |
49 #include <X11/Xos.h> | 50 #include <X11/Xos.h> |
50 #endif | 51 #endif |
52 #endif /* 0 */ | |
51 | 53 |
52 #include <X11/StringDefs.h> | 54 #include <X11/StringDefs.h> |
53 | 55 |
54 #ifdef HAVE_XPM | 56 #ifdef HAVE_XPM |
55 #include <X11/xpm.h> | 57 #include <X11/xpm.h> |