aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-29 03:29:45 +0000
committerRichard M. Stallman1993-05-29 03:29:45 +0000
commit077cc1d53cc32d668eb23cac271ac4012774649b (patch)
treec7470bcf62aba428f126da2e9f23215f017c814b /src/s
parent820bde8d4914cc9cbc82a2cb180e668b5bc702fe (diff)
downloademacs-077cc1d53cc32d668eb23cac271ac4012774649b.tar.gz
emacs-077cc1d53cc32d668eb23cac271ac4012774649b.zip
(LIBX11_SYSTEM): Defined.
Diffstat (limited to 'src/s')
-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