From: Gerd Moellmann Date: Sat, 12 Feb 2000 13:10:19 +0000 (+0000) Subject: (HAVE_XRMSETDATABASE): Define if not already defined. X-Git-Tag: emacs-pretest-21.0.90~5047 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=077c040bfa59a3c0a56b8918e5e2524470cc5730;p=emacs.git (HAVE_XRMSETDATABASE): Define if not already defined. --- 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. */