annotate src/s/aix3-2.h @ 5031:cad49955c59e

(HAVE_GETTIMEOFDAY): Don't define if already defined.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Nov 1993 12:27:45 +0000
parents 2cc554082ffc
children df18a19a047d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1898
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 /* s- file for building Emacs on AIX 3.2. */
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
3 #include "aix3-1.h"
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4
4710
2cc554082ffc (AIX3_2): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3314
diff changeset
5 #define AIX3_2
2cc554082ffc (AIX3_2): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3314
diff changeset
6
1898
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
7 /* No need to define this--the header files indicate X11R4,
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
8 and that's supposedly what 3.2 will come with. */
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
9 #undef SPECIFY_X11R4
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
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__
1898
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12 #define C_SWITCH_SYSTEM -ma
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
13 #endif
1898
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
14 #define HAVE_ALLOCA
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
15 #undef rindex
3aeb6e0c5bba Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
16 #undef index
2280
bd56d208ed22 * fileio.c (HAVE_FSYNC): Define, if appropriate.
Jim Blandy <jimb@redhat.com>
parents: 1898
diff changeset
17
bd56d208ed22 * fileio.c (HAVE_FSYNC): Define, if appropriate.
Jim Blandy <jimb@redhat.com>
parents: 1898
diff changeset
18 #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
19
6643737d26ae * m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK instead
Jim Blandy <jimb@redhat.com>
parents: 2280
diff changeset
20 /* 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
21 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
22 --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
23 #undef SYSTEM_MALLOC