Mercurial > emacs
annotate src/s/aix3-2-5.h @ 21773:c718d675ee93
(set-auto-mode): When just-from-file-name is set, don't
actually switch modes if the new mode is the same as the current one.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 26 Apr 1998 04:19:28 +0000 |
parents | 004a081ecdef |
children | aa2f8bc34e57 |
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 */ | |
8 #ifndef __GNUC__ | |
12496
333d25d9a8b1
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents:
6128
diff
changeset
|
9 #undef C_DEBUG_SWITCH |
333d25d9a8b1
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents:
6128
diff
changeset
|
10 #undef C_OPTIMIZE_SWITCH |
333d25d9a8b1
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents:
6128
diff
changeset
|
11 #define C_DEBUG_SWITCH -O |
333d25d9a8b1
(C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents:
6128
diff
changeset
|
12 #define C_OPTIMIZE_SWITCH -O |
6128 | 13 #endif |
12904
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
14 |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
15 /* 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
|
16 #define SIGNALS_VIA_CHARACTERS |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
17 #define MAIL_USE_LOCKF |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
18 #define CLASH_DETECTION |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
19 |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
20 /* 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
|
21 #define POSIX_SIGNALS |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
22 #undef sigmask |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
23 #undef sigsetmask |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
24 #undef _setjmp |
0352cffbcc0d
(POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
12496
diff
changeset
|
25 #undef _longjmp |
13784 | 26 |
14180
ce32f656d8b2
(LIB_MOTIF): New macro definition.
Richard M. Stallman <rms@gnu.org>
parents:
13784
diff
changeset
|
27 /* Bill Woodward <wpwood@austin.ibm.com> says: |
ce32f656d8b2
(LIB_MOTIF): New macro definition.
Richard M. Stallman <rms@gnu.org>
parents:
13784
diff
changeset
|
28 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
|
29 #define LIB_MOTIF -lIM -lXm |