(terminal-composition-base-character-p): New
[bpt/emacs.git] / src / s / aix4-1.h
1 /*
2 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3 Free Software Foundation, Inc.
4
5 This file is part of GNU Emacs.
6
7 GNU Emacs is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11
12 GNU Emacs is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
19
20
21 #define AIX4_1
22
23 #include "aix4.h"
24
25 /* olson@mcs.anl.gov says -li18n is needed by -lXm. */
26 #undef LIB_MOTIF
27 #define LIB_MOTIF -lXm -li18n
28
29 #ifdef __GNUC__
30 #undef _NO_PROTO
31 #endif
32
33 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g"
34 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because
35 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu.
36 4.1 seems to need -g again. -- larry@vaquita.mitra.com. */
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! */
40 /* No more of a mess than other systems, GNU+GCC included. See
41 comments in aix3-2-5.h. -- fx */
42 #if 0
43 #ifndef __GNUC__
44 #undef C_DEBUG_SWITCH
45 #undef C_OPTIMIZE_SWITCH
46 #define C_DEBUG_SWITCH -g
47 #endif
48 #endif
49
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 */
55 /* #undef X11R5_INHIBIT_I18N */
56
57 #ifndef HAVE_LIBXMU
58 #define LIBXMU
59
60 /* Unfortunately without libXmu we cannot support EditRes. */
61 #define NO_EDITRES
62 #endif
63
64 /* arch-tag: 72d598e1-bc3e-48e0-bfd2-693917c3738e
65 (do not change this comment) */