diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux9.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 6ad1cf0c423..93ba380460b 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -41,8 +41,10 @@ | |||
| 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. These definitions assume that X11R5 is being | 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 | used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */ |
| 44 | #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 | 44 | /* horst@tkm.physik.uni-karlsruhe.de says that the /usr/contrib/... dirs |
| 45 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 | 45 | are needed to find the Xmu and Xaw libraries. */ |
| 46 | #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/contrib/X11R5/include -I/usr/include/Motif1.2 | ||
| 47 | #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/contrib/X11R5/lib -L/usr/lib/Motif1.2 | ||
| 46 | 48 | ||
| 47 | #ifndef HAVE_LIBXMU | 49 | #ifndef HAVE_LIBXMU |
| 48 | /* HP-UX doesn't supply Xmu. */ | 50 | /* HP-UX doesn't supply Xmu. */ |