Mercurial > emacs
annotate src/s/aix3-2-5.h @ 13230:ad1d4be6bb8d libc-951018 libc-951029 libc-951031 libc-951101 libc-951102 libc-951103 libc-951104 libc-951105 libc-951106 libc-951107 libc-951108 libc-951109 libc-951110 libc-951111 libc-951112 libc-951113 libc-951114 libc-951115 libc-951116 libc-951117 libc-951118 libc-951119 libc-951120 libc-951121 libc-951122 libc-951123 libc-951124 libc-951125 libc-951126 libc-951127 libc-951128 libc-951129 libc-951130
* config.guess: Recognize HP model 819 machines has having
a PA 1.1 processor.
author | Jeff Law <law@redhat.com> |
---|---|
date | Mon, 16 Oct 1995 15:40:29 +0000 |
parents | 0352cffbcc0d |
children | a4b779a9b60e |
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 |