comparison src/s/usg5-0.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
37 37
38 /* Letter to use in finding device name of first pty, 38 /* Letter to use in finding device name of first pty,
39 if system supports pty's. 'p' means it is /dev/ptyp0 */ 39 if system supports pty's. 'p' means it is /dev/ptyp0 */
40 40
41 #define FIRST_PTY_LETTER 'p' 41 #define FIRST_PTY_LETTER 'p'
42
43 /*
44 * Define HAVE_PTYS if the system supports pty devices.
45 */
46
47 /* #define HAVE_PTYS */
48 42
49 /* If your system uses COFF (Common Object File Format) then define the 43 /* If your system uses COFF (Common Object File Format) then define the
50 preprocessor symbol "COFF". */ 44 preprocessor symbol "COFF". */
51 45
52 #define COFF 46 #define COFF