Mercurial > hg > xemacs-beta
comparison src/s/windowsnt.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 | 223736d75acb |
children | 023b83f4e54b |
comparison
equal
deleted
inserted
replaced
534:a0266879cecf | 535:c69610198c35 |
---|---|
144 * Define HAVE_SELECT if the system supports the `select' system call. | 144 * Define HAVE_SELECT if the system supports the `select' system call. |
145 */ | 145 */ |
146 | 146 |
147 /* #define HAVE_SELECT */ | 147 /* #define HAVE_SELECT */ |
148 | 148 |
149 /* | |
150 * Define HAVE_PTYS if the system supports pty devices. | |
151 */ | |
152 | |
153 /* #define HAVE_PTYS */ | |
154 | |
155 /* If your system uses COFF (Common Object File Format) then define the | 149 /* If your system uses COFF (Common Object File Format) then define the |
156 preprocessor symbol "COFF". */ | 150 preprocessor symbol "COFF". */ |
157 | 151 |
158 #define COFF | 152 #define COFF |
159 | 153 |