annotate src/s/hpux9.h @ 8058:671738c86a82

(C_SWITCH_SYSTEM): Add -D_BSD.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Jun 1994 19:07:17 +0000
parents a8c703d510ba
children 5ced823b544f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4324
108978f3defd * hpux9.h: Doc fix.
Jim Blandy <jimb@redhat.com>
parents: 4322
diff changeset
1 /* System description file for hpux version 9. */
3296
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
3 #include "hpux8.h"
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5 #define HPUX9
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6
4322
2c439a03b90c * s/hpux9.h: Doc fix.
Jim Blandy <jimb@redhat.com>
parents: 3543
diff changeset
7 /* If Emacs doesn't seem to work when built to use GNU malloc, you
2c439a03b90c * s/hpux9.h: Doc fix.
Jim Blandy <jimb@redhat.com>
parents: 3543
diff changeset
8 probably need to get the latest patches to the HP/UX compiler.
2c439a03b90c * s/hpux9.h: Doc fix.
Jim Blandy <jimb@redhat.com>
parents: 3543
diff changeset
9 See `etc/MACHINES' for more information. */
3543
67c6f072c8f9 (SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents: 3296
diff changeset
10 #if 0
3296
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
11 #define SYSTEM_MALLOC 1
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12 #undef GNU_MALLOC
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
13 #undef REL_ALLOC
3543
67c6f072c8f9 (SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents: 3296
diff changeset
14 #endif
7707
8b0e81f12ac1 (C_SWITCH_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 4324
diff changeset
15
7769
a8c703d510ba (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
Richard M. Stallman <rms@gnu.org>
parents: 7707
diff changeset
16 #ifndef __GNUC__
7707
8b0e81f12ac1 (C_SWITCH_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 4324
diff changeset
17 /* Make room for enough symbols, so dispnew.c does not fail. */
8058
671738c86a82 (C_SWITCH_SYSTEM): Add -D_BSD.
Richard M. Stallman <rms@gnu.org>
parents: 7769
diff changeset
18 #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
7769
a8c703d510ba (C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
Richard M. Stallman <rms@gnu.org>
parents: 7707
diff changeset
19 #endif