# HG changeset patch # User Richard M. Stallman # Date 793098427 0 # Node ID defbf55d87e20a8bf25ca0df3a97459e0efa6420 # Parent 7d9423ce104dce1918978eb57940606e4aecc82e (LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT): Add #undef's to cancel hpux8.h's definitions. diff -r 7d9423ce104d -r defbf55d87e2 src/s/hpux9.h --- a/src/s/hpux9.h Fri Feb 17 23:59:43 1995 +0000 +++ b/src/s/hpux9.h Sat Feb 18 09:07:07 1995 +0000 @@ -28,3 +28,13 @@ #define HAVE_TERMIOS #define NO_TERMIO #endif + +/* According to ngorelic@speclab.cr.usgs.gov, + references to the X11R4 directoriess in these variables + (inherited from hpux8.h) + cause the wrong libraries to be found, + and the options to specify the X11R5 directories are unnecessary + since the R5 files are found without them. */ +#undef LIB_X11_LIB +#undef C_SWITCH_X_SYSTEM +#undef LD_SWITCH_X_DEFAULT