comparison src/s/cxux.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 41ff10fd062f
children
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
68 if system supports pty's. 'a' means it is /dev/ptya0 */ 68 if system supports pty's. 'a' means it is /dev/ptya0 */
69 69
70 #define FIRST_PTY_LETTER 'A' 70 #define FIRST_PTY_LETTER 'A'
71 #define PTY_ITERATION for (c = 'A'; c <= 'P'; c++) for (i = 0; i < 16; i++) 71 #define PTY_ITERATION for (c = 'A'; c <= 'P'; c++) for (i = 0; i < 16; i++)
72 72
73 /* #define NO_TERMIO */ /* mrb */
74
75 /* 73 /*
76 * Define HAVE_PTYS if the system supports pty devices. 74 * Define HAVE_PTYS if the system supports pty devices.
77 */ 75 */
78 76
79 #define HAVE_PTYS 77 #define HAVE_PTYS