aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-12 13:10:19 +0000
committerGerd Moellmann2000-02-12 13:10:19 +0000
commit077c040bfa59a3c0a56b8918e5e2524470cc5730 (patch)
tree72e3ccf4f3971c70d439fcda5119202a4ac49357 /src
parent1a65910f03ec4bcf72075f141aeafcf841487341 (diff)
downloademacs-077c040bfa59a3c0a56b8918e5e2524470cc5730.tar.gz
emacs-077c040bfa59a3c0a56b8918e5e2524470cc5730.zip
(HAVE_XRMSETDATABASE): Define if not already defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux10.h8
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. */