aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index b78aaecbb45..64631c9db11 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -44,11 +44,13 @@
44#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2 44#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2
45#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2 45#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2
46 46
47#ifndef HAVE_LIBXMU
47/* HP-UX doesn't supply Xmu. */ 48/* HP-UX doesn't supply Xmu. */
48#define LIBXMU 49#define LIBXMU
49 50
50/* Unfortunately without libXmu we cannot support EditRes. */ 51/* Unfortunately without libXmu we cannot support EditRes. */
51#define NO_EDITRES 52#define NO_EDITRES
53#endif
52 54
53/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ 55/* zoo@armadillo.com says we don't need -lXext in HPUX 9. */
54#undef LIBX11_SYSTEM 56#undef LIBX11_SYSTEM