aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux8.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h
index 13197b83faa..48f10755ed8 100644
--- a/src/s/hpux8.h
+++ b/src/s/hpux8.h
@@ -8,6 +8,9 @@
8 8
9#define HPUX8 9#define HPUX8
10 10
11/* dob@inel.gov says HPUX 8.07 needs this. He was using X11R5, I think. */
12#define LIBX11_SYSTEM -lXext
13
11#define LIB_X11_LIB -L/usr/lib/X11R5 -L/usr/lib/X11R4 -lX11 14#define LIB_X11_LIB -L/usr/lib/X11R5 -L/usr/lib/X11R4 -lX11
12#define C_SWITCH_SYSTEM -I/usr/lib/X11R5 -I/usr/include/X11R4 15#define C_SWITCH_SYSTEM -I/usr/lib/X11R5 -I/usr/include/X11R4
13 16