comparison src/s/cxux.h @ 535:c69610198c35

[xemacs-hg @ 2001-05-14 04:52:02 by martinb] Eliminate the need to define HAVE_PTYS in s&m files.
author martinb
date Mon, 14 May 2001 04:52:49 +0000
parents 3ecd8885ac67
children 023b83f4e54b
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
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 /*
74 * Define HAVE_PTYS if the system supports pty devices.
75 */
76
77 #define HAVE_PTYS
78
79 /* If your system uses COFF (Common Object File Format) then define the 73 /* If your system uses COFF (Common Object File Format) then define the
80 preprocessor symbol "COFF". */ 74 preprocessor symbol "COFF". */
81 75
82 #define COFF 76 #define COFF
83 77