Mercurial > hg > xemacs-beta
comparison src/s/template.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 |
---|---|
43 #define SYSTEM_TYPE "berkeley-unix" | 43 #define SYSTEM_TYPE "berkeley-unix" |
44 | 44 |
45 /* Letter to use in finding device name of first pty, | 45 /* Letter to use in finding device name of first pty, |
46 if system supports pty's. 'a' means it is /dev/ptya0 */ | 46 if system supports pty's. 'a' means it is /dev/ptya0 */ |
47 | 47 |
48 #define FIRST_PTY_LETTER 'a' | 48 #define FIRST_PTY_LETTER 'p' |
49 | |
50 /* | |
51 * Define HAVE_PTYS if the system supports pty devices. | |
52 */ | |
53 | |
54 #define HAVE_PTYS | |
55 | 49 |
56 /* If your system uses COFF (Common Object File Format) then define the | 50 /* If your system uses COFF (Common Object File Format) then define the |
57 preprocessor symbol "COFF". */ | 51 preprocessor symbol "COFF". */ |
58 | 52 |
59 /* #define COFF */ | 53 /* #define COFF */ |