From 077c040bfa59a3c0a56b8918e5e2524470cc5730 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 12 Feb 2000 13:10:19 +0000 Subject: [PATCH] (HAVE_XRMSETDATABASE): Define if not already defined. --- src/s/hpux10.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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 @@ #define LIBS_SYSTEM -l:libdld.sl #endif +/* Rainer Malzbender 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. */ -- 2.39.5