comparison src/s/rtu.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 c42ec1d1cded
comparison
equal deleted inserted replaced
154:94141801dd7e 155:43dd3413c7c7
42 /* 42 /*
43 * Define HAVE_PTYS if the system supports pty devices. 43 * Define HAVE_PTYS if the system supports pty devices.
44 */ 44 */
45 45
46 #define HAVE_PTYS 46 #define HAVE_PTYS
47
48 /* Define this macro if system defines a type `union wait'. */
49
50 #define HAVE_UNION_WAIT
51 47
52 /* The system library bcopy() is broken in RTU. For one thing, it expects 48 /* The system library bcopy() is broken in RTU. For one thing, it expects
53 the length to be less than 64k. */ 49 the length to be less than 64k. */
54 #define BROKEN_BCOPY 50 #define BROKEN_BCOPY
55 51