annotate src/s/hpux8.h @ 16842:72276b334084 before-thomas-posix1996 glibc-2_0_2 libc-970108 libc-970109 libc-970110 libc-970111 libc-970112 libc-970113 libc-970114 libc-970115 libc-970116 libc-970117 libc-970118 libc-970119 libc-970120 libc-970121 libc-970122 libc-970123 libc-970124 libc-970125 libc-970126 libc-970127 libc-970128 libc-970129 libc-970130 libc-970131 libc-970201 libc-970202 libc-970203 libc-970204 libc-970205 libc-970206 libc-970207 libc-970208 libc-970209 libc-970210 libc-970211 libc-970212 libc-970213 libc-970214 libc-970215 libc-970216 libc-970217 libc-970218 libc-970219 libc-970220 libc-970221 libc-970222 libc-970223 libc-970224 libc-970225 libc-970226 libc-970227 libc-970228 libc-970301 libc-970302 libc-970303 libc-970304 libc-970305 libc-970306 libc-970307 libc-970308 libc-970309 libc-970310 libc-970311 libc-970312 libc-970313 libc-970314 libc-970315 libc-970316 libc-970317 libc-970318 libc-970319 libc-970320 libc-970321 libc-970322 libc-970323 libc-970324 libc20x-970306 libc20x-97031 libc20x-970316 libc20x-970318 libc20x-970319 libc20x-970404 root-libc-2_0_x-branch

Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.
author David J. MacKenzie <djm@gnu.org>
date Tue, 07 Jan 1997 19:29:28 +0000
parents 1b7a7e2fc4df
children fbda8510ca84
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
1 /* system description file for hpux version 8.
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
2 This contains changes that were suggested "for the hp700".
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
3 They were not needed for the 800.
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4 Our conjecture that they are needed for hpux version 8,
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5 which is what runs on the 700. */
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
7 #include "hpux.h"
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
8
620
88a29c720fa7 entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
9 #define HPUX8
88a29c720fa7 entered into RCS
Jim Blandy <jimb@redhat.com>
parents: 456
diff changeset
10
3228
8199b2047076 (LIBX11_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3202
diff changeset
11 /* dob@inel.gov says HPUX 8.07 needs this. He was using X11R5, I think. */
8199b2047076 (LIBX11_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3202
diff changeset
12 #define LIBX11_SYSTEM -lXext
8199b2047076 (LIBX11_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 3202
diff changeset
13
3149
a4aaad84ad72 * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM,
Jim Blandy <jimb@redhat.com>
parents: 3131
diff changeset
14 #define LIB_X11_LIB -L/usr/lib/X11R5 -L/usr/lib/X11R4 -lX11
4545
7642b50e5bb8 (C_SWITCH_X_SYSTEM): Define instead of C_SWITCH_SYSTEM.
Richard M. Stallman <rms@gnu.org>
parents: 4301
diff changeset
15 #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/X11R4
7724
1b7a7e2fc4df (LD_SWITCH_SYSTEM): Delete the -L options.
Richard M. Stallman <rms@gnu.org>
parents: 7689
diff changeset
16 #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/X11R4
456
c0335c02f1d7 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
17
1814
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
18 /* Don't use shared libraries. unexec doesn't handle them.
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
19 Note GCC automatically passes -a archive to ld, and it has its own
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
20 conflicting -a. */
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
21 #ifdef __GNUC__
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
22 /* No need to specify roundabout way of linking temacs. */
e8a0d6a1b36a [__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents: 620
diff changeset
23 #define ORDINARY_LINK
7689
48867d3871d5 (LD_SWITCH_SYSTEM): Put back -Xlinker for GCC.
Richard M. Stallman <rms@gnu.org>
parents: 7653
diff changeset
24
48867d3871d5 (LD_SWITCH_SYSTEM): Put back -Xlinker for GCC.
Richard M. Stallman <rms@gnu.org>
parents: 7653
diff changeset
25 #ifdef HPUX_USE_SHLIBS
7724
1b7a7e2fc4df (LD_SWITCH_SYSTEM): Delete the -L options.
Richard M. Stallman <rms@gnu.org>
parents: 7689
diff changeset
26 #define LD_SWITCH_SYSTEM
7689
48867d3871d5 (LD_SWITCH_SYSTEM): Put back -Xlinker for GCC.
Richard M. Stallman <rms@gnu.org>
parents: 7653
diff changeset
27 #else
7724
1b7a7e2fc4df (LD_SWITCH_SYSTEM): Delete the -L options.
Richard M. Stallman <rms@gnu.org>
parents: 7689
diff changeset
28 #define LD_SWITCH_SYSTEM -Xlinker -a -Xlinker archive
5037
0bcb829bd1a3 (LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1.
Richard M. Stallman <rms@gnu.org>
parents: 4578
diff changeset
29 #endif
2284
bba90ce247b0 * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents: 1814
diff changeset
30
7689
48867d3871d5 (LD_SWITCH_SYSTEM): Put back -Xlinker for GCC.
Richard M. Stallman <rms@gnu.org>
parents: 7653
diff changeset
31 #else /* not __GNUC__ */
48867d3871d5 (LD_SWITCH_SYSTEM): Put back -Xlinker for GCC.
Richard M. Stallman <rms@gnu.org>
parents: 7653
diff changeset
32 #if (defined(hp9000s700) || defined(__hp9000s700))
7653
ff5fcf65ceaa (LD_SWITCH_SYSTEM): Add conditionals for HPUX_USE_SHLIBS.
Richard M. Stallman <rms@gnu.org>
parents: 5759
diff changeset
33 #ifdef HPUX_USE_SHLIBS
7724
1b7a7e2fc4df (LD_SWITCH_SYSTEM): Delete the -L options.
Richard M. Stallman <rms@gnu.org>
parents: 7689
diff changeset
34 #define LD_SWITCH_SYSTEM -L/lib/pa1.1
7653
ff5fcf65ceaa (LD_SWITCH_SYSTEM): Add conditionals for HPUX_USE_SHLIBS.
Richard M. Stallman <rms@gnu.org>
parents: 5759
diff changeset
35 #else
7724
1b7a7e2fc4df (LD_SWITCH_SYSTEM): Delete the -L options.
Richard M. Stallman <rms@gnu.org>
parents: 7689
diff changeset
36 #define LD_SWITCH_SYSTEM -a archive -L/lib/pa1.1
4301
6e8bb94d94c5 (OLDXMENU_OPTIONS): Definition deleted.
Richard M. Stallman <rms@gnu.org>
parents: 3964
diff changeset
37 #endif
7689
48867d3871d5 (LD_SWITCH_SYSTEM): Put back -Xlinker for GCC.
Richard M. Stallman <rms@gnu.org>
parents: 7653
diff changeset
38 #else /* not (defined(hp9000s700) || defined(__hp9000s700)) */
7653
ff5fcf65ceaa (LD_SWITCH_SYSTEM): Add conditionals for HPUX_USE_SHLIBS.
Richard M. Stallman <rms@gnu.org>
parents: 5759
diff changeset
39 #ifdef HPUX_USE_SHLIBS
7724
1b7a7e2fc4df (LD_SWITCH_SYSTEM): Delete the -L options.
Richard M. Stallman <rms@gnu.org>
parents: 7689
diff changeset
40 #define LD_SWITCH_SYSTEM
7653
ff5fcf65ceaa (LD_SWITCH_SYSTEM): Add conditionals for HPUX_USE_SHLIBS.
Richard M. Stallman <rms@gnu.org>
parents: 5759
diff changeset
41 #else
7724
1b7a7e2fc4df (LD_SWITCH_SYSTEM): Delete the -L options.
Richard M. Stallman <rms@gnu.org>
parents: 7689
diff changeset
42 #define LD_SWITCH_SYSTEM -a archive
7653
ff5fcf65ceaa (LD_SWITCH_SYSTEM): Add conditionals for HPUX_USE_SHLIBS.
Richard M. Stallman <rms@gnu.org>
parents: 5759
diff changeset
43 #endif
7689
48867d3871d5 (LD_SWITCH_SYSTEM): Put back -Xlinker for GCC.
Richard M. Stallman <rms@gnu.org>
parents: 7653
diff changeset
44 #endif /* not (defined(hp9000s700) || defined(__hp9000s700)) */
48867d3871d5 (LD_SWITCH_SYSTEM): Put back -Xlinker for GCC.
Richard M. Stallman <rms@gnu.org>
parents: 7653
diff changeset
45 #endif /* not __GNUC__ */
3004
96a9c2369a0d * s-hpux8.h (NO_SIOCTL_H): Defined.
Jim Blandy <jimb@redhat.com>
parents: 2284
diff changeset
46
96a9c2369a0d * s-hpux8.h (NO_SIOCTL_H): Defined.
Jim Blandy <jimb@redhat.com>
parents: 2284
diff changeset
47 /* Some hpux 8 machines seem to have TIOCGWINSZ,
96a9c2369a0d * s-hpux8.h (NO_SIOCTL_H): Defined.
Jim Blandy <jimb@redhat.com>
parents: 2284
diff changeset
48 and none have sioctl.h, so might as well define this. */
96a9c2369a0d * s-hpux8.h (NO_SIOCTL_H): Defined.
Jim Blandy <jimb@redhat.com>
parents: 2284
diff changeset
49 #define NO_SIOCTL_H
3125
4f552542504b (LD_SWITCH_SYSTEM) [__GNUC__]: Add -static.
Richard M. Stallman <rms@gnu.org>
parents: 3004
diff changeset
50
3964
c4696ff3b067 * s/hpux8.h (random, srandom): No need to define these to be
Jim Blandy <jimb@redhat.com>
parents: 3438
diff changeset
51 #if 0 /* autoconf should be detecting the presence or absence of
c4696ff3b067 * s/hpux8.h (random, srandom): No need to define these to be
Jim Blandy <jimb@redhat.com>
parents: 3438
diff changeset
52 random and srandom now. */
3202
dda1a74daff6 * s/hpux8.h: Don't define HAVE_RANDOM.
Jim Blandy <jimb@redhat.com>
parents: 3149
diff changeset
53 /* If you use X11R4 you must define this. If you use
dda1a74daff6 * s/hpux8.h: Don't define HAVE_RANDOM.
Jim Blandy <jimb@redhat.com>
parents: 3149
diff changeset
54 X11R5 you must comment this out */
dda1a74daff6 * s/hpux8.h: Don't define HAVE_RANDOM.
Jim Blandy <jimb@redhat.com>
parents: 3149
diff changeset
55 /* #define HAVE_RANDOM */
3438
9c90be4edcc5 (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents: 3249
diff changeset
56 #define random foo_random
9c90be4edcc5 (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents: 3249
diff changeset
57 #define srandom foo_srandom
3964
c4696ff3b067 * s/hpux8.h (random, srandom): No need to define these to be
Jim Blandy <jimb@redhat.com>
parents: 3438
diff changeset
58 #endif
3438
9c90be4edcc5 (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents: 3249
diff changeset
59
9c90be4edcc5 (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents: 3249
diff changeset
60 #if 0 /* This seems to be spurious. */
9c90be4edcc5 (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents: 3249
diff changeset
61 /* "X11R5" on hpux8 doesn't have this function, which is supposed to exist
9c90be4edcc5 (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents: 3249
diff changeset
62 in X11R5. Maybe things will work if we just don't call it. */
9c90be4edcc5 (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents: 3249
diff changeset
63 #define NO_XRM_SET_DATABASE
9c90be4edcc5 (C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents: 3249
diff changeset
64 #endif
5759
e4bd64404a43 (X_IO_BUG): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5037
diff changeset
65
e4bd64404a43 (X_IO_BUG): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5037
diff changeset
66 /* Enable a special hack in XTread_socket. */
e4bd64404a43 (X_IO_BUG): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5037
diff changeset
67 #define X_IO_BUG