Mercurial > emacs
annotate src/s/aix3-2-5.h @ 58540:d3f76ef9ad46
(tramp-handle-directory-files-and-attributes): New function.
(tramp-perl-directory-files-and-attributes): New constant.
(tramp-file-name-handler-alist): Delete file-directory-files, add directory-files-and-attributes.
(tramp-perl-file-attributes): Surround uid and gid by double quotes.
Change parameter id-format from nonnumeric.
(tramp-convert-file-attributes): New function.
(tramp-handle-file-attributes): Use it.
(tramp-maybe-send-perl-script): New function.
(tramp-handle-file-attributes-with-perl): Use it. Don't convert file mode.
Change parameter id-format from nonnumeric.
(tramp-handle-file-attributes-with-ls): Change parameter id-format from nonnumeric.
(tramp-post-connection): Don't send tramp-perl-file-attributes script.
Reset connection property "perl-scripts".
(tramp-handle-insert-directory): Run real handler when ls-lisp is in use.
author | Lars Hansen <larsh@soem.dk> |
---|---|
date | Fri, 26 Nov 2004 21:39:02 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
rev | line source |
---|---|
6128 | 1 /* s- file for building Emacs on AIX 3.2.5. */ |
2 | |
3 #include "aix3-2.h" | |
4 | |
5 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g" | |
6 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because | |
7 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ | |
25339 | 8 /* The above isn't generally true. If it occurs with some compiler |
9 release, seek a fixed version, be it XLC or GCC. The XLC version | |
10 isn't tied to the OS version on AIX any more than elsewhere. XLC | |
11 (the IBM compiler) can use -g with -O. (-O3 is also a possibility | |
12 for the optimization level.) -- fx, after David Edelsohn. */ | |
12496
333d25d9a8b1
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents:
6128
diff
changeset
|
13 #undef C_DEBUG_SWITCH |
25339 | 14 #define C_DEBUG_SWITCH -g -O |
12904
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
15 |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
16 /* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */ |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
17 #define SIGNALS_VIA_CHARACTERS |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
18 #define MAIL_USE_LOCKF |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
19 #define CLASH_DETECTION |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
20 |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
21 /* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */ |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
22 #define POSIX_SIGNALS |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
23 #undef sigmask |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
24 #undef sigsetmask |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
25 #undef _setjmp |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
26 #undef _longjmp |
13784 | 27 |
14180
ce32f656d8b2
(LIB_MOTIF): New macro definition.
Richard M. Stallman <rms@gnu.org>
parents:
13784
diff
changeset
|
28 /* Bill Woodward <wpwood@austin.ibm.com> says: |
ce32f656d8b2
(LIB_MOTIF): New macro definition.
Richard M. Stallman <rms@gnu.org>
parents:
13784
diff
changeset
|
29 libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ |
ce32f656d8b2
(LIB_MOTIF): New macro definition.
Richard M. Stallman <rms@gnu.org>
parents:
13784
diff
changeset
|
30 #define LIB_MOTIF -lIM -lXm |
52401 | 31 |
32 /* arch-tag: 692b3acb-5383-4cfb-93f6-378b5c48c75e | |
33 (do not change this comment) */ |