Mercurial > hg > xemacs-beta
comparison src/s/bsd4-1.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 | 0132846995bd |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
42 * Define HAVE_PTYS if the system supports pty devices. | 42 * Define HAVE_PTYS if the system supports pty devices. |
43 */ | 43 */ |
44 | 44 |
45 /* #define HAVE_PTYS */ | 45 /* #define HAVE_PTYS */ |
46 | 46 |
47 /* Define this macro if system defines a type `union wait'. */ | |
48 | |
49 #define HAVE_UNION_WAIT | |
50 | |
51 /* If your system uses COFF (Common Object File Format) then define the | 47 /* If your system uses COFF (Common Object File Format) then define the |
52 preprocessor symbol "COFF". */ | 48 preprocessor symbol "COFF". */ |
53 | 49 |
54 /* #define COFF */ | 50 /* #define COFF */ |
55 | 51 |