annotate src/s/hpux9.h @ 3729:b9d69ed987e7

* s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc, and #define the latter.
author Jim Blandy <jimb@redhat.com>
date Mon, 14 Jun 1993 15:35:55 +0000
parents 67c6f072c8f9
children 2c439a03b90c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3296
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 /* System description file for hpux version 9. */
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
3543
67c6f072c8f9 (SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents: 3296
diff changeset
7 #if 0
3296
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
8 /* Try some debugging and see if gnu malloc hurts us */
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
9 #define SYSTEM_MALLOC 1
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
10 #undef GNU_MALLOC
9425c2065167 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
11 #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
12 #endif