Mercurial > emacs
annotate src/s/irix5-2.h @ 20968:7072722c5071
(require 'cl) unconditionally.
(winner): defgroup.
(winner-dont-bind-my-keys, winner-skip-buffers,
winner-skip-regexps, winner-mode, winner-mode-hook,
winner-mode-leave-hook); Customized.
(winner-mode): Add autoload cookie.
(winner-undo): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 25 Feb 1998 00:28:55 +0000 |
parents | 2935ee86a8f8 |
children | af2906590846 |
rev | line source |
---|---|
9917 | 1 #include "irix5-0.h" |
2 | |
3 /* as of version 5.2, irix no longer uses flock, | |
4 according to jackr@wpd.sgi.com. */ | |
5 #undef MAIL_USE_FLOCK | |
12916
6381e2bfdc34
(SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
9917
diff
changeset
|
6 |
6381e2bfdc34
(SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
9917
diff
changeset
|
7 /* C-g in select is not handled properly with restartable |
6381e2bfdc34
(SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
9917
diff
changeset
|
8 system calls. So don't use them. */ |
6381e2bfdc34
(SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
9917
diff
changeset
|
9 #undef SA_RESTART |
14823 | 10 |
11 /* schoepf@goofy.zdv.Uni-Mainz.de reports he needed -lw with X11R6 | |
12 on Irix 5.3. I don't know which Irix version that need starts with. */ | |
13 #define NEED_LIBW |