(latexenc-find-file-coding-system): Don't inherit the EOL part of the
[emacs.git] / src / s / aix4-1.h
blob21d05cb154df7cae68f27527de79772fba3659c5
1 #define AIX4_1
3 #include "aix4.h"
5 /* olson@mcs.anl.gov says -li18n is needed by -lXm. */
6 #undef LIB_MOTIF
7 #define LIB_MOTIF -lXm -li18n
9 #ifdef __GNUC__
10 #undef _NO_PROTO
11 #endif
13 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g"
14 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because
15 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu.
16 4.1 seems to need -g again. -- larry@vaquita.mitra.com. */
17 /* David Edelsohn <dje@watson.ibm.com> says that this actually depends
18 on the version of XLC, which can't be predicted from the system version.
19 What a mess! */
20 /* No more of a mess than other systems, GNU+GCC included. See
21 comments in aix3-2-5.h. -- fx */
22 #if 0
23 #ifndef __GNUC__
24 #undef C_DEBUG_SWITCH
25 #undef C_OPTIMIZE_SWITCH
26 #define C_DEBUG_SWITCH -g
27 #endif
28 #endif
30 /* The X internationalization stuff is still broken in AIX 4.1, so
31 don't #undef X11R5_INHIBIT_I18N
32 It still causes shift, ctrl, and alt to resend the last character,
33 if it was a control character like tab, enter, backspace, or ESC.
34 Bill_Mann @ PraxisInt.com */
35 /* #undef X11R5_INHIBIT_I18N */
37 #ifndef HAVE_LIBXMU
38 #define LIBXMU
40 /* Unfortunately without libXmu we cannot support EditRes. */
41 #define NO_EDITRES
42 #endif
44 /* arch-tag: 72d598e1-bc3e-48e0-bfd2-693917c3738e
45 (do not change this comment) */