comparison src/s/xenix.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
38 38
39 /* SYSTEM_TYPE should indicate the kind of system you are using. 39 /* SYSTEM_TYPE should indicate the kind of system you are using.
40 It sets the Lisp variable system-type. */ 40 It sets the Lisp variable system-type. */
41 41
42 #define SYSTEM_TYPE "xenix" 42 #define SYSTEM_TYPE "xenix"
43
44 /* Letter to use in finding device name of first pty,
45 if system supports pty's. 'p' means it is /dev/ptyp0 */
46
47 /* #define FIRST_PTY_LETTER 'p' */
48
49 /*
50 * Define HAVE_PTYS if the system supports pty devices.
51 */
52
53 /* #define HAVE_PTYS */
54 43
55 /* If your system uses COFF (Common Object File Format) then define the 44 /* If your system uses COFF (Common Object File Format) then define the
56 preprocessor symbol "COFF". */ 45 preprocessor symbol "COFF". */
57 46
58 /* #define COFF */ 47 /* #define COFF */