diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux9.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h index 32c9ae8fb35..18702c63a57 100644 --- a/src/s/hpux9.h +++ b/src/s/hpux9.h | |||
| @@ -28,3 +28,13 @@ | |||
| 28 | #define HAVE_TERMIOS | 28 | #define HAVE_TERMIOS |
| 29 | #define NO_TERMIO | 29 | #define NO_TERMIO |
| 30 | #endif | 30 | #endif |
| 31 | |||
| 32 | /* According to ngorelic@speclab.cr.usgs.gov, | ||
| 33 | references to the X11R4 directoriess in these variables | ||
| 34 | (inherited from hpux8.h) | ||
| 35 | cause the wrong libraries to be found, | ||
| 36 | and the options to specify the X11R5 directories are unnecessary | ||
| 37 | since the R5 files are found without them. */ | ||
| 38 | #undef LIB_X11_LIB | ||
| 39 | #undef C_SWITCH_X_SYSTEM | ||
| 40 | #undef LD_SWITCH_X_DEFAULT | ||