Mercurial > emacs
diff src/s/hpux10.h @ 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 | 7c853eb6ad19 |
children | 9e7e6fdddf0b |
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. */