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