Mercurial > hg > xemacs-beta
comparison src/s/linux.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 |
---|---|
34 | 34 |
35 /* SYSTEM_TYPE should indicate the kind of system you are using. | 35 /* SYSTEM_TYPE should indicate the kind of system you are using. |
36 It sets the Lisp variable system-type. */ | 36 It sets the Lisp variable system-type. */ |
37 | 37 |
38 #define SYSTEM_TYPE "linux" /* All the best software is free. */ | 38 #define SYSTEM_TYPE "linux" /* All the best software is free. */ |
39 | |
40 #define FIRST_PTY_LETTER 'p' | |
41 #define HAVE_PTYS | |
42 | 39 |
43 /* define MAIL_USE_FLOCK if the mailer uses flock | 40 /* define MAIL_USE_FLOCK if the mailer uses flock |
44 to interlock access to /usr/spool/mail/$USER. | 41 to interlock access to /usr/spool/mail/$USER. |
45 The alternative is that a lock file named | 42 The alternative is that a lock file named |
46 /usr/spool/mail/$USER.lock. */ | 43 /usr/spool/mail/$USER.lock. */ |