summaryrefslogtreecommitdiff
path: root/src/s/hpux10.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2000-11-11 00:31:37 +0000
committerKenichi Handa <handa@m17n.org>2000-11-11 00:31:37 +0000
commitd282c0b27ba5af7473d767f8d4112cc412ce3982 (patch)
treedcb9c311496331e9c606493fdeb4d762f6e53fb6 /src/s/hpux10.h
parentf591542ebb8d0f867cbe1734a1f6a8d4f026b227 (diff)
downloademacs-d282c0b27ba5af7473d767f8d4112cc412ce3982.tar.gz
(C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
-I/usr/contrib/X11R6/include. (LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
Diffstat (limited to 'src/s/hpux10.h')
-rw-r--r--src/s/hpux10.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h
index fd5225d1b94..312058c26ff 100644
--- a/src/s/hpux10.h
+++ b/src/s/hpux10.h
@@ -43,5 +43,5 @@
#undef LD_SWITCH_X_DEFAULT
/* However, HPUX 10 puts Xaw and Xmu in a strange place
(if you install them at all). So search that place. */
-#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/usr/contrib/X11R5/include
-#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/X11R5/lib
+#define C_SWITCH_X_SYSTEM -I/usr/include/X11R6 -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/usr/contrib/X11R6/include -I/usr/contrib/X11R5/include
+#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R6 -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/X11R5/lib