annotate src/s/aix4-1.h @ 95209:6758d4235380

* dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp. * dosfns.c, fileio.c, font.c, fontset.c, image.c, macfns.c: * macterm.c, process.c, w32.c, w32fns.c, w32proc.c, xfaces.c: * xfns.c, xfont.c: Callers changed.
author Jason Rumney <jasonr@gnu.org>
date Thu, 22 May 2008 14:52:10 +0000
parents 1f134b61867c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
68df465b9550 Add 2008 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 78259
diff changeset
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
cb2401f4c61f Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22
cb2401f4c61f Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23 #include "aix4.h"
10212
f13745ca9b4e *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 10151
diff changeset
24
12414
cbe404298013 (LIB_MOTIF): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 10224
diff changeset
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
cbe404298013 (LIB_MOTIF): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 10224
diff changeset
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
f36ca038d81e Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14744
diff changeset
37 /* David Edelsohn <dje@watson.ibm.com> says that this actually depends
f36ca038d81e Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14744
diff changeset
38 on the version of XLC, which can't be predicted from the system version.
f36ca038d81e Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14744
diff changeset
39 What a mess! */
25339
aa2f8bc34e57 (C_DEBUG_SWITCH): Use -g -O.
Dave Love <fx@gnu.org>
parents: 20012
diff changeset
40 /* No more of a mess than other systems, GNU+GCC included. See
aa2f8bc34e57 (C_DEBUG_SWITCH): Use -g -O.
Dave Love <fx@gnu.org>
parents: 20012
diff changeset
41 comments in aix3-2-5.h. -- fx */
aa2f8bc34e57 (C_DEBUG_SWITCH): Use -g -O.
Dave Love <fx@gnu.org>
parents: 20012
diff changeset
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
aa2f8bc34e57 (C_DEBUG_SWITCH): Use -g -O.
Dave Love <fx@gnu.org>
parents: 20012
diff changeset
48 #endif
14619
856299d6fef8 (C_DEBUG_SWITCH) [not __GNUC__]: New definition.
Karl Heuer <kwzh@gnu.org>
parents: 14187
diff changeset
49
14744
bbad6f06273a Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14713
diff changeset
50 /* The X internationalization stuff is still broken in AIX 4.1, so
bbad6f06273a Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14713
diff changeset
51 don't #undef X11R5_INHIBIT_I18N
bbad6f06273a Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14713
diff changeset
52 It still causes shift, ctrl, and alt to resend the last character,
bbad6f06273a Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14713
diff changeset
53 if it was a control character like tab, enter, backspace, or ESC.
bbad6f06273a Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14713
diff changeset
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
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
63
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
64 /* arch-tag: 72d598e1-bc3e-48e0-bfd2-693917c3738e
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
65 (do not change this comment) */