Mercurial > emacs
view src/s/sol2-3.h @ 7309:beb9070c6fec
(frame-initialize): Delete the code for reverse-video.
x-create-frame-with-faces takes care of that.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 May 1994 04:27:18 +0000 |
parents | 25bdc55196ad |
children | 55588e31b258 |
line wrap: on
line source
#include "sol2.h" /* Solaris 2.3 has a bug in XListFontsWithInfo. */ #define BROKEN_XLISTFONTSWITHINFO /* Override LD_SWITCH_SYSTEM: add -L /usr/ccs/lib to the sol2.h value. */ #undef LD_SWITCH_SYSTEM #ifndef __GNUC__ #define LD_SWITCH_SYSTEM -L /usr/ccs/lib LD_SWITCH_X_SITE_AUX #else /* GCC */ #define LD_SWITCH_SYSTEM -L /usr/ccs/lib -Xlinker LD_SWITCH_X_SITE_AUX #endif /* GCC */