# HG changeset patch # User Gerd Moellmann # Date 946934477 0 # Node ID a1daedc19c52edc471d689545352681aecc43f82 # Parent 24a08208cf3a3f14a9830e0b99efff9e6be90c15 (NO_EDITRES): Define even if HAVE_LIBXMU. diff -r 24a08208cf3a -r a1daedc19c52 src/s/hpux9.h --- a/src/s/hpux9.h Mon Jan 03 21:20:37 2000 +0000 +++ b/src/s/hpux9.h Mon Jan 03 21:21:17 2000 +0000 @@ -50,9 +50,11 @@ /* HP-UX doesn't supply Xmu. */ #define LIBXMU -/* Unfortunately without libXmu we cannot support EditRes. */ +#endif + +/* Assar Westerlund says this is necessary for + HP-UX 10.20, and that it works for HP-UX 0 as well. */ #define NO_EDITRES -#endif /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ #undef LIBX11_SYSTEM