Mercurial > emacs
changeset 11338:fe7f920ec4ff
(LD_SWITCH_X_DEFAULT): New definition.
(C_SWITCH_X_DEFAULT): New definition.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Apr 1995 00:34:43 +0000 |
parents | a4fa50b77635 |
children | ca0aead90c7b |
files | src/s/hpux9.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux9.h Mon Apr 10 00:34:00 1995 +0000 +++ b/src/s/hpux9.h Mon Apr 10 00:34:43 1995 +0000 @@ -38,3 +38,7 @@ #undef LIB_X11_LIB #undef C_SWITCH_X_SYSTEM #undef LD_SWITCH_X_DEFAULT +/* However, HPUX 9 has Motif includes in a strange place. + So search that place. */ +#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 +#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2