comparison src/s/cxux.h @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 0132846995bd
children 41ff10fd062f
comparison
equal deleted inserted replaced
174:bb3568571b84 175:2d532a89d707
69 if system supports pty's. 'a' means it is /dev/ptya0 */ 69 if system supports pty's. 'a' means it is /dev/ptya0 */
70 70
71 #define FIRST_PTY_LETTER 'A' 71 #define FIRST_PTY_LETTER 'A'
72 #define PTY_ITERATION for (c = 'A'; c <= 'P'; c++) for (i = 0; i < 16; i++) 72 #define PTY_ITERATION for (c = 'A'; c <= 'P'; c++) for (i = 0; i < 16; i++)
73 73
74 #define NO_TERMIO 74 /* #define NO_TERMIO */ /* mrb */
75 75
76 /* 76 /*
77 * Define HAVE_PTYS if the system supports pty devices. 77 * Define HAVE_PTYS if the system supports pty devices.
78 */ 78 */
79 79