diff options
| author | Richard M. Stallman | 1995-06-28 00:26:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-06-28 00:26:25 +0000 |
| commit | a699ec6ded73363909a634eeca5ebaa181c11cf7 (patch) | |
| tree | e07a2b771f3adce7872a4d260810b647340793ed | |
| parent | f873df690c175cbe1d5d56948e3db2d410810753 (diff) | |
| download | emacs-a699ec6ded73363909a634eeca5ebaa181c11cf7.tar.gz emacs-a699ec6ded73363909a634eeca5ebaa181c11cf7.zip | |
(LIBXMU): New definition.
| -rw-r--r-- | src/s/hpux9.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index ff70944aa42..cc5f4e6c345 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -39,6 +39,10 @@ | |||
| 39 | #undef C_SWITCH_X_SYSTEM | 39 | #undef C_SWITCH_X_SYSTEM |
| 40 | #undef LD_SWITCH_X_DEFAULT | 40 | #undef LD_SWITCH_X_DEFAULT |
| 41 | /* However, HPUX 9 has Motif includes in a strange place. | 41 | /* However, HPUX 9 has Motif includes in a strange place. |
| 42 | So search that place. */ | 42 | So search that place. These definitions assume that X11R5 is being |
| 43 | used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */ | ||
| 43 | #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 | 44 | #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 |
| 44 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 | 45 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 |
| 46 | |||
| 47 | /* HP-UX doesn't supply nor need Xmu. */ | ||
| 48 | #define LIBXMU | ||