# HG changeset patch # User Gerd Moellmann # Date 950361019 0 # Node ID 2f9062a74f0ef45b2c2e81b461b606bee9127c9f # Parent fb8f59c1319cf30a9d31413254251e2952a888e2 (HAVE_XRMSETDATABASE): Define if not already defined. diff -r fb8f59c1319c -r 2f9062a74f0e src/s/hpux10.h --- 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 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. */