comparison 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
comparison
equal deleted inserted replaced
27666:fb8f59c1319c 27667:2f9062a74f0e
24 #define LIBS_SYSTEM -ln -l:libdld.sl 24 #define LIBS_SYSTEM -ln -l:libdld.sl
25 #else 25 #else
26 #define LIBS_SYSTEM -l:libdld.sl 26 #define LIBS_SYSTEM -l:libdld.sl
27 #endif 27 #endif
28 28
29 /* Rainer Malzbender <rainer@displaytech.com> says definining
30 HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20
31 using GCC. */
32
33 #ifndef HAVE_XRMSETDATABASE
34 #define HAVE_XRMSETDATABASE
35 #endif
36
29 /* Make sure we get select from libc rather than from libcurses 37 /* Make sure we get select from libc rather than from libcurses
30 because libcurses on HPUX 10.10 has a broken version of select. 38 because libcurses on HPUX 10.10 has a broken version of select.
31 We used to use -lc -lcurses, but this may be cleaner. */ 39 We used to use -lc -lcurses, but this may be cleaner. */
32 #define LIBS_TERMCAP -ltermcap 40 #define LIBS_TERMCAP -ltermcap
33 41