* emacs.c (SEPCHAR): Instead of defining this to be ',' on VMS and
[bpt/emacs.git] / src / s / hpux8.h
CommitLineData
20c428fd
JB
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
d4327fec
JB
9#define HPUX8
10
20c428fd
JB
11#define LIB_X11_LIB -L/usr/lib/X11R4 -lX11
12#define C_SWITCH_SYSTEM -I/usr/include/X11R4
13
baacd422
RS
14/* Don't use shared libraries. unexec doesn't handle them.
15 Note GCC automatically passes -a archive to ld, and it has its own
16 conflicting -a. */
17#ifdef __GNUC__
18#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4
19
20/* No need to specify roundabout way of linking temacs. */
21#define ORDINARY_LINK
22#else
23#define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R4
24#endif
055e9517
JB
25
26/* Specify compiler options for compiling oldXMenu. */
27#define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4