Mercurial > emacs
annotate src/s/aix3-2.h @ 11444:763c454b044e
(redisplay): Call init_desired_glyphs for each frame.
Call prepare_menu_bars.
(prepare_menu_bars): Delete code at beginning that duplicates
things done at the beginning of redisplay.
(message_log_check_duplicate): Make p1 and p2 unsigned char *.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 14 Apr 1995 18:24:00 +0000 |
parents | 64fe0cc0138e |
children | d0ae4b5acc2f |
rev | line source |
---|---|
1898 | 1 /* s- file for building Emacs on AIX 3.2. */ |
2 | |
3 #include "aix3-1.h" | |
4 | |
4710 | 5 #define AIX3_2 |
6 | |
1898 | 7 /* No need to define this--the header files indicate X11R4, |
8 and that's supposedly what 3.2 will come with. */ | |
9 #undef SPECIFY_X11R4 | |
10 | |
3156
ec142b6ddb34
* s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if
Jim Blandy <jimb@redhat.com>
parents:
2470
diff
changeset
|
11 #ifndef __GNUC__ |
6166
64fe0cc0138e
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Karl Heuer <kwzh@gnu.org>
parents:
6127
diff
changeset
|
12 /* Some programs in src produce warnings saying certain subprograms |
64fe0cc0138e
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Karl Heuer <kwzh@gnu.org>
parents:
6127
diff
changeset
|
13 are to comples and need a MAXMEM value greater than 2000 for |
64fe0cc0138e
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Karl Heuer <kwzh@gnu.org>
parents:
6127
diff
changeset
|
14 additional optimization. --nils@exp-math.uni-essen.de */ |
64fe0cc0138e
(C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler.
Karl Heuer <kwzh@gnu.org>
parents:
6127
diff
changeset
|
15 #define C_SWITCH_SYSTEM -ma -qmaxmem=4000 |
3156
ec142b6ddb34
* s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if
Jim Blandy <jimb@redhat.com>
parents:
2470
diff
changeset
|
16 #endif |
1898 | 17 #define HAVE_ALLOCA |
18 #undef rindex | |
19 #undef index | |
2280
bd56d208ed22
* fileio.c (HAVE_FSYNC): Define, if appropriate.
Jim Blandy <jimb@redhat.com>
parents:
1898
diff
changeset
|
20 |
bd56d208ed22
* fileio.c (HAVE_FSYNC): Define, if appropriate.
Jim Blandy <jimb@redhat.com>
parents:
1898
diff
changeset
|
21 #define HAVE_FSYNC |
2470
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
22 |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
23 /* With this defined, a gcc-compiled Emacs crashed in realloc under AIX |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
24 3.2, and a cc-compiled Emacs works with this undefined. |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
25 --karl@cs.umb.edu. */ |
6643737d26ae
* m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents:
2280
diff
changeset
|
26 #undef SYSTEM_MALLOC |
6127
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
27 |
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
28 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g" |
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
29 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because |
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
30 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */ |
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
31 #ifndef __GNUC__ |
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
32 #define C_SWITCH_DEBUG -g |
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
33 #define C_SWITCH_OPTIMIZE |
df18a19a047d
Use -g with the native compiler.
Karl Heuer <kwzh@gnu.org>
parents:
4710
diff
changeset
|
34 #endif |