home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d386 / xlispstat.lha / XLispStat / src3.lzh / UNIX / StX11options.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-30  |  1.1 KB  |  25 lines

  1. /* StX11options - X11 compile options                                  */
  2. /* XLISP-STAT 2.1 Copyright (c) 1990, by Luke Tierney                  */
  3. /* Additions to Xlisp 2.1, Copyright (c) 1989 by David Michael Betz    */
  4. /* You may give out copies of this software; for conditions see the    */
  5. /* file COPYING included with this distribution.                       */
  6.  
  7.  
  8. /* Default values for options settable by x11-options. Values should   */
  9. /* be TRUE or FALSE.                                                   */
  10.  
  11. #define USE_FAST_LINES_DEFAULT   TRUE
  12. #define USE_FAST_SYMBOLS_DEFAULT TRUE
  13. #define MOTION_SYNC_DEFAULT      TRUE
  14. #define DO_CLIPPING_DEFAULT      TRUE
  15. #define USE_ICCCM_DEFAULT        TRUE
  16. #define WAIT_FOR_MAP_DEFAULT     TRUE
  17.  
  18.  
  19. /* If you get X errors when you quit from xlispstat on a color or      */
  20. /* greyscale workstation this might be due to a possible server bug    */
  21. /* related to freeing color resources. Defining the preprocessor       */
  22. /* variable SERVER_COLOR_FREE_PROBLEM may help.                        */
  23.  
  24. /* #define SERVER_COLOR_FREE_PROBLEM */
  25.