Mercurial > hg > xemacs-beta
comparison src/s/cygwin32.h @ 267:966663fcf606 r20-5b32
Import from CVS: tag r20-5b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:26:29 +0200 |
parents | 8efd647ea9ca |
children | 90d73dddcdc4 |
comparison
equal
deleted
inserted
replaced
266:18d185df8c54 | 267:966663fcf606 |
---|---|
192 | 192 |
193 #define SYSTEM_TYPE "cygwin32" | 193 #define SYSTEM_TYPE "cygwin32" |
194 | 194 |
195 #define NO_MATHERR | 195 #define NO_MATHERR |
196 | 196 |
197 /* NOMULTIPLEJOBS should be defined if your system's shell | |
198 does not have "job control" (the ability to stop a program, | |
199 run some other program, then continue the first one). */ | |
200 | |
201 #define NOMULTIPLEJOBS | |
202 | |
203 /* define MAIL_USE_FLOCK if the mailer uses flock | 197 /* define MAIL_USE_FLOCK if the mailer uses flock |
204 to interlock access to /usr/spool/mail/$USER. | 198 to interlock access to /usr/spool/mail/$USER. |
205 The alternative is that a lock file named | 199 The alternative is that a lock file named |
206 /usr/spool/mail/$USER.lock. */ | 200 /usr/spool/mail/$USER.lock. */ |
207 | 201 |