home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / EMACS / SSOL2 / EMACS. next >
Encoding:
Text File  |  1998-07-24  |  299 b   |  15 lines

  1. --- ./src/xterm.h.rtr    Tue Nov  7 02:11:07 1995
  2. +++ ./src/xterm.h    Wed Dec  6 07:12:24 1995
  3. @@ -81,7 +81,11 @@
  4.  
  5.  #ifdef HAVE_X11R5
  6.  #define HAVE_X_I18N
  7. +#ifndef sun
  8.  #include <X11/Xlocale.h>
  9. +#else
  10. +#define LC_ALL 0
  11. +#endif
  12.  #endif
  13.  
  14.  #define BLACK_PIX_DEFAULT(f) BlackPixel (FRAME_X_DISPLAY (f), \
  15.