Mercurial > emacs
annotate src/s/irix5-2.h @ 46790:c217aa0214e2
Version 2.0.6.
(tramp-default-method): Change to "ssh" from "sm".
(tramp-wrong-passwd-regexp): Restructure. Add additional
alternative.
(tramp-su-program): New internal variable for method parameter.
(tramp-perl-encode-with-module, tramp-perl-decode-with-module):
New variables. Very short Perl one-liner, but requires Perl
module MIME::Base64 to be installed on the remote site.
(tramp-perl-encode, tramp-perl-decode): New base64
encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
(tramp-handle-file-truename): Invoke Ange-FTP properly (even
though Ange-FTP doesn't do anything for this operation).
(tramp-handle-set-visited-file-modtime): Comment change.
(tramp-handle-make-directory): Save-excursion.
(tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
twice, once is enough.
(tramp-action-permission-denied): Show *tramp/foo* buffer so the
user knows what's wrong.
(tramp-post-connection): Support the two Perl encoders and
decoders.
(tramp-coding-commands): Ditto. Add some todo items.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Sat, 03 Aug 2002 09:23:25 +0000 |
parents | af2906590846 |
children | 23a1cea22d13 |
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 | |
24703 | 14 |
15 /* Looking at the wtmp file in filelock.c causes a crash | |
16 for jpff@maths.bath.ac.uk. | |
17 Note that irix6-0.h does not include this file, only irix5-0.h. */ | |
18 #define NO_WTMP_FILE |