Mercurial > hg > xemacs-beta
comparison src/s/aix3-1.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 | abe6d1db359e |
children | 023b83f4e54b |
comparison
equal
deleted
inserted
replaced
534:a0266879cecf | 535:c69610198c35 |
---|---|
54 | 54 |
55 /* SYSTEM_TYPE should indicate the kind of system you are using. | 55 /* SYSTEM_TYPE should indicate the kind of system you are using. |
56 It sets the Lisp variable system-type. */ | 56 It sets the Lisp variable system-type. */ |
57 | 57 |
58 #define SYSTEM_TYPE "aix" | 58 #define SYSTEM_TYPE "aix" |
59 | |
60 /* In AIX, you allocate a pty by opening /dev/ptc to get the master side. | |
61 To get the name of the slave side, you just ttyname() the master side. */ | |
62 | |
63 /* | |
64 * Define HAVE_PTYS if the system supports pty devices. | |
65 */ | |
66 | |
67 #define HAVE_PTYS | |
68 | 59 |
69 /* If your system uses COFF (Common Object File Format) then define the | 60 /* If your system uses COFF (Common Object File Format) then define the |
70 preprocessor symbol "COFF". */ | 61 preprocessor symbol "COFF". */ |
71 | 62 |
72 /* #define COFF */ | 63 /* #define COFF */ |