Mercurial > emacs
annotate src/s/hpux8.h @ 3485:c2dbfca5e1de
[POSIX] [!__GNUC__] (sys_sigmask): Add declaration.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 05 Jun 1993 02:07:08 +0000 |
parents | 9c90be4edcc5 |
children | c4696ff3b067 |
rev | line source |
---|---|
456 | 1 /* system description file for hpux version 8. |
2 This contains changes that were suggested "for the hp700". | |
3 They were not needed for the 800. | |
4 Our conjecture that they are needed for hpux version 8, | |
5 which is what runs on the 700. */ | |
6 | |
7 #include "hpux.h" | |
8 | |
620 | 9 #define HPUX8 |
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 |
3438
9c90be4edcc5
(C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents:
3249
diff
changeset
|
15 #define C_SWITCH_SYSTEM -I/usr/include/X11R5 -I/usr/include/X11R4 |
456 | 16 |
1814
e8a0d6a1b36a
[__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents:
620
diff
changeset
|
17 /* 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
|
18 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
|
19 conflicting -a. */ |
e8a0d6a1b36a
[__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents:
620
diff
changeset
|
20 #ifdef __GNUC__ |
3149
a4aaad84ad72
* s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM,
Jim Blandy <jimb@redhat.com>
parents:
3131
diff
changeset
|
21 #define LD_SWITCH_SYSTEM -L/usr/lib/X11R5 -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive |
1814
e8a0d6a1b36a
[__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents:
620
diff
changeset
|
22 |
e8a0d6a1b36a
[__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents:
620
diff
changeset
|
23 /* 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
|
24 #define ORDINARY_LINK |
e8a0d6a1b36a
[__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents:
620
diff
changeset
|
25 #else |
3149
a4aaad84ad72
* s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM,
Jim Blandy <jimb@redhat.com>
parents:
3131
diff
changeset
|
26 #define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R5 -L/usr/lib/X11R4 |
1814
e8a0d6a1b36a
[__GNUC__] (LD_SWITCH_SYSTEM): Remove -a.
Richard M. Stallman <rms@gnu.org>
parents:
620
diff
changeset
|
27 #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
|
28 |
bba90ce247b0
* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Jim Blandy <jimb@redhat.com>
parents:
1814
diff
changeset
|
29 /* Specify compiler options for compiling oldXMenu. */ |
3249
b47c0a6be84b
(OLDXMENU_OPTIONS): Add quotations.
Richard M. Stallman <rms@gnu.org>
parents:
3228
diff
changeset
|
30 #define OLDXMENU_OPTIONS CFLAGS="-I/usr/include/X11R5 -I/usr/include/X11R4" |
3004
96a9c2369a0d
* s-hpux8.h (NO_SIOCTL_H): Defined.
Jim Blandy <jimb@redhat.com>
parents:
2284
diff
changeset
|
31 |
96a9c2369a0d
* s-hpux8.h (NO_SIOCTL_H): Defined.
Jim Blandy <jimb@redhat.com>
parents:
2284
diff
changeset
|
32 /* 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
|
33 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
|
34 #define NO_SIOCTL_H |
3125
4f552542504b
(LD_SWITCH_SYSTEM) [__GNUC__]: Add -static.
Richard M. Stallman <rms@gnu.org>
parents:
3004
diff
changeset
|
35 |
3202
dda1a74daff6
* s/hpux8.h: Don't define HAVE_RANDOM.
Jim Blandy <jimb@redhat.com>
parents:
3149
diff
changeset
|
36 /* 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
|
37 X11R5 you must comment this out */ |
dda1a74daff6
* s/hpux8.h: Don't define HAVE_RANDOM.
Jim Blandy <jimb@redhat.com>
parents:
3149
diff
changeset
|
38 /* #define HAVE_RANDOM */ |
3438
9c90be4edcc5
(C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents:
3249
diff
changeset
|
39 #define random foo_random |
9c90be4edcc5
(C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents:
3249
diff
changeset
|
40 #define srandom foo_srandom |
9c90be4edcc5
(C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents:
3249
diff
changeset
|
41 |
9c90be4edcc5
(C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents:
3249
diff
changeset
|
42 #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
|
43 /* "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
|
44 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
|
45 #define NO_XRM_SET_DATABASE |
9c90be4edcc5
(C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
Richard M. Stallman <rms@gnu.org>
parents:
3249
diff
changeset
|
46 #endif |