annotate src/s/hpux8.h @ 1061:06b98c795200
(__do_global_ctors, __do_global_ctors_aux): New dummy fns.
(__CTOR_LIST__, __DTOR_LIST__): New dummy variables.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Mon, 31 Aug 1992 18:00:11 +0000 |
parents |
88a29c720fa7 |
children |
e8a0d6a1b36a |
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
|
456
|
11 #define LIB_X11_LIB -L/usr/lib/X11R4 -lX11
|
|
12 #define C_SWITCH_SYSTEM -I/usr/include/X11R4
|
|
13
|
|
14 /* Don't use shared libraries. unexec doesn't handle them. */
|
|
15 #define LD_SWITCH_SYSTEM -a archive
|