comparison src/s/rtu.h @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents 43dd3413c7c7
children
comparison
equal deleted inserted replaced
281:090b52736db2 282:c42ec1d1cded
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 47
48 /* The system library bcopy() is broken in RTU. For one thing, it expects
49 the length to be less than 64k. */
50 #define BROKEN_BCOPY
51
52 /* If your system uses COFF (Common Object File Format) then define the 48 /* If your system uses COFF (Common Object File Format) then define the
53 preprocessor symbol "COFF". */ 49 preprocessor symbol "COFF". */
54 50
55 #undef COFF 51 #undef COFF
56 52