comparison src/s/bsd4-2.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 2d532a89d707
comparison
equal deleted inserted replaced
154:94141801dd7e 155:43dd3413c7c7
47 * Define HAVE_PTYS if the system supports pty devices. 47 * Define HAVE_PTYS if the system supports pty devices.
48 */ 48 */
49 49
50 #define HAVE_PTYS 50 #define HAVE_PTYS
51 51
52 /* Define this macro if system defines a type `union wait'. */
53
54 #define HAVE_UNION_WAIT
55
56 /* If your system uses COFF (Common Object File Format) then define the 52 /* If your system uses COFF (Common Object File Format) then define the
57 preprocessor symbol "COFF". */ 53 preprocessor symbol "COFF". */
58 54
59 /* #define COFF */ 55 /* #define COFF */
60 56