Mercurial > emacs
changeset 27667:2f9062a74f0e
(HAVE_XRMSETDATABASE): Define if not already defined.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 12 Feb 2000 13:10:19 +0000 |
parents | fb8f59c1319c |
children | be97ea826e95 |
files | src/s/hpux10.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux10.h Fri Feb 11 14:05:48 2000 +0000 +++ b/src/s/hpux10.h Sat Feb 12 13:10:19 2000 +0000 @@ -26,6 +26,14 @@ #define LIBS_SYSTEM -l:libdld.sl #endif +/* Rainer Malzbender <rainer@displaytech.com> says definining + HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 + using GCC. */ + +#ifndef HAVE_XRMSETDATABASE +#define HAVE_XRMSETDATABASE +#endif + /* Make sure we get select from libc rather than from libcurses because libcurses on HPUX 10.10 has a broken version of select. We used to use -lc -lcurses, but this may be cleaner. */