Mercurial > hg > xemacs-beta
comparison src/s/umax.h @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 376386a54a3c |
children | 41ff10fd062f |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
49 /* | 49 /* |
50 * Define HAVE_PTYS if the system supports pty devices. | 50 * Define HAVE_PTYS if the system supports pty devices. |
51 */ | 51 */ |
52 | 52 |
53 #define HAVE_PTYS | 53 #define HAVE_PTYS |
54 | |
55 /* Define this macro if system defines a type `union wait'. */ | |
56 | |
57 #define HAVE_UNION_WAIT | |
58 | 54 |
59 /* If your system uses COFF (Common Object File Format) then define the | 55 /* If your system uses COFF (Common Object File Format) then define the |
60 preprocessor symbol "COFF". */ | 56 preprocessor symbol "COFF". */ |
61 | 57 |
62 #define COFF | 58 #define COFF |