Mercurial > hg > xemacs-beta
comparison src/s/xenix.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
59 /* #define COFF */ | 59 /* #define COFF */ |
60 | 60 |
61 /* Xenix requires completely different unexec code | 61 /* Xenix requires completely different unexec code |
62 which lives in a separate file. Specify the file name. */ | 62 which lives in a separate file. Specify the file name. */ |
63 | 63 |
64 #define UNEXEC unexenix.o | 64 #define UNEXEC "unexenix.o" |
65 | 65 |
66 /* define MAIL_USE_FLOCK if the mailer uses flock | 66 /* define MAIL_USE_FLOCK if the mailer uses flock |
67 to interlock access to /usr/spool/mail/$USER. | 67 to interlock access to /usr/spool/mail/$USER. |
68 The alternative is that a lock file named | 68 The alternative is that a lock file named |
69 /usr/spool/mail/$USER.lock. */ | 69 /usr/spool/mail/$USER.lock. */ |
108 | 108 |
109 #define LIBS_DEBUG | 109 #define LIBS_DEBUG |
110 | 110 |
111 /* Switches for linking temacs. */ | 111 /* Switches for linking temacs. */ |
112 | 112 |
113 #define LD_SWITCH_SYSTEM -i | 113 #define LD_SWITCH_SYSTEM "-i" |
114 | 114 |
115 /* Use terminfo instead of termcap. */ | 115 /* Use terminfo instead of termcap. */ |
116 | 116 |
117 /* Tell Emacs to use Terminfo. */ | 117 /* Tell Emacs to use Terminfo. */ |
118 | 118 |