Mercurial > emacs
annotate src/s/aix4-1.h @ 95686:88b2fb5783a6
There is no reason to not use the `-dP' options to `cvs update' every time.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 08 Jun 2008 19:00:38 +0000 |
parents | 1f134b61867c |
children |
rev | line source |
---|---|
75962
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
1 /* |
79756 | 2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
75962
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
3 Free Software Foundation, Inc. |
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
4 |
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
5 This file is part of GNU Emacs. |
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
6 |
94715
1f134b61867c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79756
diff
changeset
|
7 GNU Emacs is free software: you can redistribute it and/or modify |
75962
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
8 it under the terms of the GNU General Public License as published by |
94715
1f134b61867c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79756
diff
changeset
|
9 the Free Software Foundation, either version 3 of the License, or |
1f134b61867c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79756
diff
changeset
|
10 (at your option) any later version. |
75962
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
11 |
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
12 GNU Emacs is distributed in the hope that it will be useful, |
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
13 but WITHOUT ANY WARRANTY; without even the implied warranty of |
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
15 GNU General Public License for more details. |
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
16 |
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
17 You should have received a copy of the GNU General Public License |
94715
1f134b61867c
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79756
diff
changeset
|
18 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
75962
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
19 |
920f6d87d9e6
Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents:
52401
diff
changeset
|
20 |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
25339
diff
changeset
|
21 #define AIX4_1 |
10151 | 22 |
23 #include "aix4.h" | |
10212
f13745ca9b4e
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
10151
diff
changeset
|
24 |
12414 | 25 /* olson@mcs.anl.gov says -li18n is needed by -lXm. */ |
14187
fb0b99d7038e
(X11R5_INHIBIT_I18N): Add undef.
Richard M. Stallman <rms@gnu.org>
parents:
12902
diff
changeset
|
26 #undef LIB_MOTIF |
12414 | 27 #define LIB_MOTIF -lXm -li18n |
12462
5b4022385032
(sigsetmask): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
12414
diff
changeset
|
28 |
12902
a94cc53e1f04
(sigsetmask, _setjmp, _longjmp): Delete undefs.
Richard M. Stallman <rms@gnu.org>
parents:
12536
diff
changeset
|
29 #ifdef __GNUC__ |
a94cc53e1f04
(sigsetmask, _setjmp, _longjmp): Delete undefs.
Richard M. Stallman <rms@gnu.org>
parents:
12536
diff
changeset
|
30 #undef _NO_PROTO |
a94cc53e1f04
(sigsetmask, _setjmp, _longjmp): Delete undefs.
Richard M. Stallman <rms@gnu.org>
parents:
12536
diff
changeset
|
31 #endif |
14187
fb0b99d7038e
(X11R5_INHIBIT_I18N): Add undef.
Richard M. Stallman <rms@gnu.org>
parents:
12902
diff
changeset
|
32 |
14619
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
33 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g" |
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
34 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because |
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
35 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu. |
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
36 4.1 seems to need -g again. -- larry@vaquita.mitra.com. */ |
14833 | 37 /* David Edelsohn <dje@watson.ibm.com> says that this actually depends |
38 on the version of XLC, which can't be predicted from the system version. | |
39 What a mess! */ | |
25339 | 40 /* No more of a mess than other systems, GNU+GCC included. See |
41 comments in aix3-2-5.h. -- fx */ | |
42 #if 0 | |
14619
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
43 #ifndef __GNUC__ |
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
44 #undef C_DEBUG_SWITCH |
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
45 #undef C_OPTIMIZE_SWITCH |
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
46 #define C_DEBUG_SWITCH -g |
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
47 #endif |
25339 | 48 #endif |
14619
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
49 |
14744 | 50 /* The X internationalization stuff is still broken in AIX 4.1, so |
51 don't #undef X11R5_INHIBIT_I18N | |
52 It still causes shift, ctrl, and alt to resend the last character, | |
53 if it was a control character like tab, enter, backspace, or ESC. | |
54 Bill_Mann @ PraxisInt.com */ | |
14619
856299d6fef8
(C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents:
14187
diff
changeset
|
55 /* #undef X11R5_INHIBIT_I18N */ |
20012
0c55c5d71551
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
Richard M. Stallman <rms@gnu.org>
parents:
14833
diff
changeset
|
56 |
0c55c5d71551
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
Richard M. Stallman <rms@gnu.org>
parents:
14833
diff
changeset
|
57 #ifndef HAVE_LIBXMU |
0c55c5d71551
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
Richard M. Stallman <rms@gnu.org>
parents:
14833
diff
changeset
|
58 #define LIBXMU |
0c55c5d71551
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
Richard M. Stallman <rms@gnu.org>
parents:
14833
diff
changeset
|
59 |
0c55c5d71551
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
Richard M. Stallman <rms@gnu.org>
parents:
14833
diff
changeset
|
60 /* Unfortunately without libXmu we cannot support EditRes. */ |
0c55c5d71551
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
Richard M. Stallman <rms@gnu.org>
parents:
14833
diff
changeset
|
61 #define NO_EDITRES |
0c55c5d71551
[! HAVE_LIBXMU] (LIBXMU): Define as empty.
Richard M. Stallman <rms@gnu.org>
parents:
14833
diff
changeset
|
62 #endif |
52401 | 63 |
64 /* arch-tag: 72d598e1-bc3e-48e0-bfd2-693917c3738e | |
65 (do not change this comment) */ |