comparison src/s/cygwin32.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 5aa1854ad537
children ed498ef2108b
comparison
equal deleted inserted replaced
534:a0266879cecf 535:c69610198c35
178 178
179 #define SYSTEM_TYPE "cygwin32" 179 #define SYSTEM_TYPE "cygwin32"
180 180
181 #define NO_MATHERR 181 #define NO_MATHERR
182 182
183 /*
184 * Define HAVE_PTYS if the system supports pty devices.
185 */
186
187 #define HAVE_PTYS
188
189 /* define MAIL_USE_FLOCK if the mailer uses flock 183 /* define MAIL_USE_FLOCK if the mailer uses flock
190 to interlock access to /usr/spool/mail/$USER. 184 to interlock access to /usr/spool/mail/$USER.
191 The alternative is that a lock file named 185 The alternative is that a lock file named
192 /usr/spool/mail/$USER.lock. */ 186 /usr/spool/mail/$USER.lock. */
193 187