diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux10.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index 58c6f43951d..fd5225d1b94 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h | |||
| @@ -26,6 +26,14 @@ | |||
| 26 | #define LIBS_SYSTEM -l:libdld.sl | 26 | #define LIBS_SYSTEM -l:libdld.sl |
| 27 | #endif | 27 | #endif |
| 28 | 28 | ||
| 29 | /* Rainer Malzbender <rainer@displaytech.com> says definining | ||
| 30 | HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 | ||
| 31 | using GCC. */ | ||
| 32 | |||
| 33 | #ifndef HAVE_XRMSETDATABASE | ||
| 34 | #define HAVE_XRMSETDATABASE | ||
| 35 | #endif | ||
| 36 | |||
| 29 | /* Make sure we get select from libc rather than from libcurses | 37 | /* Make sure we get select from libc rather than from libcurses |
| 30 | because libcurses on HPUX 10.10 has a broken version of select. | 38 | because libcurses on HPUX 10.10 has a broken version of select. |
| 31 | We used to use -lc -lcurses, but this may be cleaner. */ | 39 | We used to use -lc -lcurses, but this may be cleaner. */ |